diff options
Diffstat (limited to 'system/tomb/tomb.SlackBuild')
-rw-r--r-- | system/tomb/tomb.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/tomb/tomb.SlackBuild b/system/tomb/tomb.SlackBuild index 075b17352c317..5276a0d3fda54 100644 --- a/system/tomb/tomb.SlackBuild +++ b/system/tomb/tomb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tomb -# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tomb SRCNAM=Tomb -VERSION=${VERSION:-2.10} +VERSION=${VERSION:-2.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,9 +53,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |