diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-06-30 20:46:53 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-06-30 20:46:53 +0200 |
commit | 7552cc9817d8b5e436402ea2655d6ea087c0f28b (patch) | |
tree | f5b88abad00adce18a1f427b724a9d676792b63c | |
parent | 2fc49f75c04e534084f08606f0c5fc6cca8e5e71 (diff) | |
download | patches-7552cc9817d8b5e436402ea2655d6ea087c0f28b.tar.gz |
README: Add note about make replace
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ First, you may want to undo the old patches as described above. 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. |