summaryrefslogtreecommitdiff
path: root/network/wmget/wmget.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/wmget/wmget.SlackBuild')
-rw-r--r--network/wmget/wmget.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/network/wmget/wmget.SlackBuild b/network/wmget/wmget.SlackBuild
index b34b71f617..e648d951a4 100644
--- a/network/wmget/wmget.SlackBuild
+++ b/network/wmget/wmget.SlackBuild
@@ -69,10 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Patch to fix!
-cp $CWD/wmget.patch ./
-patch -p0 < wmget.patch
-
+patch -p1 < $CWD/da_run.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
make