diff options
Diffstat (limited to 'ports/pre')
-rw-r--r-- | ports/pre | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ patch() { if test -d $portdir/patches/; then for patch in $portdir/patches/*; do echo $patch - command patch -d $tarball_dir/ <$patch + command patch -p0 -d $tarball_dir/ <$patch done fi post_patch |