diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-18 12:00:52 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-18 12:00:52 +0200 |
commit | 2af4ce763faae0c6f68b171b43e93101047d0c02 (patch) | |
tree | fafb211fa4f02a098d979fccf9512f8874373151 /README | |
parent | 3522ec2858128e61488249dcb1e130814c8b79fd (diff) | |
download | patches-2af4ce763faae0c6f68b171b43e93101047d0c02.tar.gz |
Add pkgpatch script, remove pkgdiff patches
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -77,8 +77,4 @@ The usr/ directory contains patches for the NetBSD distribution. == Applying a patch == cd /usr/*src/... - patch -F3 -Vt <~/patches/usr/*src/.../patch-name - --F3 increases the fuzz from the default value of 2. -Vt enables -numbered backups, which avoids overwriting original files when -applying multiple patches. + pkgpatch <~/patches/usr/*src/.../patch-name |