summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-06-04 11:00:05 +0000
committer Eric Hameleers <alien@slackware.com>2014-06-04 11:00:05 +0000
commitce89199ae35487f13908f91aa4bef419157ae79e (patch)
tree1ebf0153306afa660b00d1ebe8faef582ca3ff96
parentd5e514d6cf9216ab06f2b2d4a614736a50826087 (diff)
downloadasb-ce89199ae35487f13908f91aa4bef419157ae79e.tar.gz
asb-ce89199ae35487f13908f91aa4bef419157ae79e.tar.xz
The wine-path configuration parameter has changed
-rwxr-xr-xpipelight/build/pipelight.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipelight/build/pipelight.SlackBuild b/pipelight/build/pipelight.SlackBuild
index 9f5c917d..8adbb8f0 100755
--- a/pipelight/build/pipelight.SlackBuild
+++ b/pipelight/build/pipelight.SlackBuild
@@ -137,7 +137,7 @@ case "$ARCH" in
esac
if [ "$ARCH" = "x86_64" -a "$DO_WINE64" = "yes" ]; then
- ARCH_OPTS="--win32-prebuilt --win64-prebuilt --with-win64"
+ ARCH_OPTS="--win32-prebuilt --win64-prebuilt --with-win64 --wine64-path=$WPREFIX/bin/wine64"
else
ARCH_OPTS="--win32-prebuilt"
fi
@@ -228,7 +228,7 @@ export CXXFLAGS="$SLKCFLAGS"
export CFLAGS="$SLKCFLAGS"
./configure \
--prefix=/usr \
- --wine-path=$WPREFIX \
+ --wine-path=$WPREFIX/bin/wine \
--moz-plugin-path=/usr/lib${LIBDIRSUFFIX}/mozilla/plugins \
--gcc-runtime-dlls="" \
--show-installation-dialogs \