diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 10:47:57 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 10:47:57 +0200 |
commit | 86203fa25fc0eb601b14ea96b37a4b26eb745efa (patch) | |
tree | 4f92243c29c486174b3462e35fe4cee39558a9cf /README | |
parent | a20bba5032986c1cac1ab530fec3a2e2c1605e0d (diff) | |
download | patches-86203fa25fc0eb601b14ea96b37a4b26eb745efa.tar.gz |
README: Fix typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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. |