diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-06 08:52:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:35:43 +0700 |
commit | 9518ce5b51271d584cca76f4cd98461b1d386c66 (patch) | |
tree | 70b51c1975b9b901fb4d0031fbbd2358f5c1a73c /system/ttop/ttop.SlackBuild | |
parent | 9020088824b051ca46106790a2e3c022b9345de2 (diff) | |
download | slackbuilds-9518ce5b51271d584cca76f4cd98461b1d386c66.tar.gz |
system/ttop: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttop/ttop.SlackBuild')
-rw-r--r-- | system/ttop/ttop.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ttop/ttop.SlackBuild b/system/ttop/ttop.SlackBuild index 6773003da2..a01b4d39cf 100644 --- a/system/ttop/ttop.SlackBuild +++ b/system/ttop/ttop.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=ttop -VERSION=${VERSION:-0.7.2} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,6 +81,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |