diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-05 13:09:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-06 11:43:33 +0700 |
commit | 86668c8cd2579cd096d1fa50128b188068bc7cf5 (patch) | |
tree | 91d5a3ad5e6f83b08b72b8c1a6eb0bf5b3b7e28c /system/tbsm/tbsm.SlackBuild | |
parent | 598e689369880f8d2961cea1122c11e66318d3db (diff) |
system/tbsm: Update for 0.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tbsm/tbsm.SlackBuild')
-rw-r--r-- | system/tbsm/tbsm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/tbsm/tbsm.SlackBuild b/system/tbsm/tbsm.SlackBuild index ca680a6cc6b42..622bfb906ab64 100644 --- a/system/tbsm/tbsm.SlackBuild +++ b/system/tbsm/tbsm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tbsm -# Copyright 2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tbsm -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr rm -r $PKG/usr/share/doc/tbsm mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/ changelog license readme-install.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a doc/ themes/ changelog license readme-install.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE |