diff options
author | Yalla-One <yallaone@gmail.com> | 2010-05-11 22:23:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:23:07 +0200 |
commit | 44f32202e0e2077b2b7a66119c21d305c425e673 (patch) | |
tree | c26fafb84cec31ad1f1a4512713934246955dfbf /games | |
parent | 426e4754ab2f163985013e67c491b1fe2d84857b (diff) | |
download | slackbuilds-44f32202e0e2077b2b7a66119c21d305c425e673.tar.gz |
games/scummvm: Updated for version 0.11.0
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/scummvm.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/scummvm/scummvm.SlackBuild b/games/scummvm/scummvm.SlackBuild index 507dc99dae..69aeef61ca 100644 --- a/games/scummvm/scummvm.SlackBuild +++ b/games/scummvm/scummvm.SlackBuild @@ -34,7 +34,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -JOBS=${JOBS:-1} DISTRO=${DISTRO:-slackware} if [ $DISTRO = slackware ]; then @@ -85,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-debug \ || exit 1 -make -j$JOBS || exit 1 +make || exit 1 make install DESTDIR=$PKG || exit 1 strip --strip-unneeded $PKG/usr/bin/scummvm 2> /dev/null |