summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-07-14 01:28:49 +0200
committer David Spencer2018-07-14 01:28:49 +0200
commit79d4ae2349af13f4cb4c3a2d83bee81bdcb37102 (patch)
tree562870c7cf4ef289e4c530bbf52d946e291e5568 /system/wine-staging/wine-staging.SlackBuild
parentf0e6a30003e1fd988207dea2867266292330a030 (diff)
downloadslackbuilds-79d4ae2349af13f4cb4c3a2d83bee81bdcb37102.tar.gz
system/wine-staging: Updated for version 3.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/wine-staging.SlackBuild')
-rw-r--r--system/wine-staging/wine-staging.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 36241a1d38..892e7c9d1f 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-3.11}
+VERSION=${VERSION:-3.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -112,9 +112,9 @@ fi
--${do_opengl}-opengl \
--build=$ARCH-slackware-linux
-#NUMJOBS=${NUMJOBS:-" -j12 "}
-#make $NUMJOBS || exit 1
-make
+NUMJOBS=${NUMJOBS:-" -j6 "}
+make $NUMJOBS || exit 1
+#make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \