index

patching

i want to have a patch for a/b/c

I install a/b/c I keep the original copy at I modify

i issue:

how to patch: patch

-b -V simple

foreach f (**/*.orig) {make_patch $f ${f%.orig} }

in the patch -- must be the filename we want to update. So, i have to