summaryrefslogtreecommitdiff
path: root/ports/pre
diff options
context:
space:
mode:
authordzwdz2023-12-25 18:36:02 +0100
committerdzwdz2023-12-25 18:36:02 +0100
commit4e1a6f1b3c543b9fbeb882a9e97551f7c58ca65a (patch)
tree8c2048c751db8b98e3033a61b6ad5bbd11a303a9 /ports/pre
parent64d4330810a37dd9c41a82ae6cc420850ca1e7da (diff)
ports: curl :^)
had to do a lot of hacky stuff, but it's there. worked on this on and off for a while now
Diffstat (limited to 'ports/pre')
-rw-r--r--ports/pre2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pre b/ports/pre
index fd77784..c30ddd8 100644
--- a/ports/pre
+++ b/ports/pre
@@ -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