From 86203fa25fc0eb601b14ea96b37a4b26eb745efa Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Sun, 4 Jul 2021 10:47:57 +0200 Subject: README: Fix typo --- README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README') 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. -- cgit v1.2.3