diff options
Diffstat (limited to 'games/tbftss/tbftss.SlackBuild')
-rw-r--r-- | games/tbftss/tbftss.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/tbftss/tbftss.SlackBuild b/games/tbftss/tbftss.SlackBuild index 3185110c73..36f644a6e6 100644 --- a/games/tbftss/tbftss.SlackBuild +++ b/games/tbftss/tbftss.SlackBuild @@ -8,9 +8,10 @@ # 28/12/2018 - first release # in progress # doc location still changed to support slackware prefered location +# 28/11/2019 update to 1.5.1 and fixes due to change in packaging of source PRGNAM=tbftss -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,8 +47,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION +rm -rf build tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz -cd $PRGNAM-$VERSION +cd build/$PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |