aboutsummaryrefslogtreecommitdiff
path: root/games/stockfish/stockfish.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/stockfish/stockfish.SlackBuild')
-rw-r--r--games/stockfish/stockfish.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild
index aaaf1453f5fd1..21066de2c0cd0 100644
--- a/games/stockfish/stockfish.SlackBuild
+++ b/games/stockfish/stockfish.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for stockfish
-# Copyright 2016 Johannes Schoepfer
+# Copyright 2016 - 2018 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stockfish
-VERSION=${VERSION:-8}
+VERSION=${VERSION:-9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,8 +60,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-unzip $CWD/$PRGNAM-$VERSION-src.zip
-cd $PRGNAM-$VERSION-src
+unzip -d $PRGNAM $CWD/$PRGNAM-$VERSION-src.zip
+cd $PRGNAM
chown -R root:root .
find -L . \