diff options
Diffstat (limited to 'games/stockfish/stockfish.SlackBuild')
-rw-r--r-- | games/stockfish/stockfish.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild index 8b6c4a6aac..3d3769db45 100644 --- a/games/stockfish/stockfish.SlackBuild +++ b/games/stockfish/stockfish.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stockfish -# Copyright 2016 - 2019 Johannes Schoepfer, Germany +# Copyright 2016 - 2020 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:-10} +VERSION=${VERSION:-11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM -unzip -d $PRGNAM $CWD/$PRGNAM-$VERSION-src.zip -cd $PRGNAM +rm -rf Stockfish-sf_$VERSION +tar vxf $CWD/Stockfish-$VERSION.tar.gz +cd Stockfish-sf_$VERSION chown -R root:root . find -L . \ |