aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-04 10:47:57 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-04 10:47:57 +0200
commit86203fa25fc0eb601b14ea96b37a4b26eb745efa (patch)
tree4f92243c29c486174b3462e35fe4cee39558a9cf
parenta20bba5032986c1cac1ab530fec3a2e2c1605e0d (diff)
downloadpatches-86203fa25fc0eb601b14ea96b37a4b26eb745efa.tar.gz
README: Fix typo
-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.