diff options
-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. |