Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== patch and diff ====== diff example <code> diff -u pymod/Makefile.in.orig pymod/Makefile.in > pymodMakefile.patch </code> patch example <code> patch -p0 < ../../patches/pymodMakefile.patch </code> FIXME learn to use sed, and other methods of patch and diff; for example, figure out how the patch commands for gThumb worked using fink docs/programming/patch_and_diff.txt Last modified: 2008/08/03 00:25by 127.0.0.1