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