aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README
index 2bf9dce..3e2307e 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ files from the downloaded archive.
cd -
find . -name '*.orig' | while read f; do
f=${f%.orig}
- cp $w/${f#work/} $f
+ cp $w/${f#./work/} $f
done
It is not reliable to restore the original files using the .orig
@@ -50,11 +50,7 @@ You can use the undopatch script to automate this.
= Rebuilding with new patch =
-First, you may want to undo the old patches as described above.
-
+ undopatch
make do-patch
make do-build
make replace
-
-The first step will complain if patches have already been applied
-(and not undone), but your new patch should be applied regardless.