summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-11-10 00:33:02 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:47:59 +0100
commit666fb8a29026d74ec70dd66f19407c85bcd33785 (patch)
treefeece79c7ea24585f3bfe96a9831841f4faa81c3 /system/wine-staging/wine-staging.SlackBuild
parent5c0522ddcbe809ff263e3a99d523bd8242e1ebad (diff)
downloadslackbuilds-666fb8a29026d74ec70dd66f19407c85bcd33785.tar.gz
system/wine-staging: Updated for version 3.19.
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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index e938d5adb7..ed5e61e008 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.18}
+VERSION=${VERSION:-3.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -191,6 +191,7 @@ if [ -z "$NOWIN32" ]; then
make depend
make
#NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
+ #make $NUMJOBS depend || exit 1
#make $NUMJOBS || exit 1
make install DESTDIR=$PKG
cd ..