summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-07 06:41:16 +0000
committer Eric Hameleers <alien@slackware.com>2015-09-07 06:41:16 +0000
commit4dcee00d861c708bb3667d6b8e12f526d851c6a8 (patch)
treeaa456b7d07101f5227eb428ddad13f7aee383981
parent4fb7dc5c5737d143342f4bcee4d723509ace3fe1 (diff)
downloadasb-4dcee00d861c708bb3667d6b8e12f526d851c6a8.tar.gz
asb-4dcee00d861c708bb3667d6b8e12f526d851c6a8.tar.xz
wine: the wine-staging patches are applied differently since 1.7.34.
-rwxr-xr-xwine/build/wine.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 10de7acd..30e44f1f 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -269,11 +269,9 @@ tar -xvf ${SOURCE[0]}
cd ${PRGNAM}-${VERSION}
# Apply the wine-staging patches:
-tar -xf ${SOURCE[1]}
-cd ${PRGNAM}-staging-*
-make -C patches/ DESTDIR=$(cd ../${PRGNAM}-${VERSION}; pwd) install \
+tar -xf ${SOURCE[1]} --strip-components 1
+./patches/patchinstall.sh DESTDIR="$(pwd)" --all \
2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-cd ../${PRGNAM}-${VERSION}
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .