diff options
author | Leo C <leoc@gmx.com> | 2018-03-17 02:16:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 02:16:44 +0700 |
commit | a6dccbfdc3ed170ab6a67e2f990ce8d8038750f0 (patch) | |
tree | 7bc2716613ce22ddfaf0a548c381407f72bb628f /desktop/xfce-hkmon/xfce-hkmon.SlackBuild | |
parent | 7a4edc3578fda2e8e9e638cf6a7bb0f543233ba3 (diff) |
desktop/xfce-hkmon: Added (Hacker's Monitor for Xfce).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce-hkmon/xfce-hkmon.SlackBuild')
-rw-r--r-- | desktop/xfce-hkmon/xfce-hkmon.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/xfce-hkmon/xfce-hkmon.SlackBuild b/desktop/xfce-hkmon/xfce-hkmon.SlackBuild index 28ef26a5ebeb2..90a1d02175549 100644 --- a/desktop/xfce-hkmon/xfce-hkmon.SlackBuild +++ b/desktop/xfce-hkmon/xfce-hkmon.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce-hkmon -# Copyright 2017 Leonardo Citrolo, Italy +# Copyright 2017-2018 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce-hkmon -VERSION=${VERSION:-20161003git} +VERSION=${VERSION:-20180315git} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -COMMIT_ID=${COMMIT_ID:-24dede4c33f2f87db3b2ab6c86eb1bb08da72812} +COMMIT=${COMMIT:-6862a03e9ca7d2b0e96bece4cb88dfc9b3518987} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -61,9 +61,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$COMMIT_ID -tar xvf $CWD/$PRGNAM-$COMMIT_ID.tar.gz -cd $PRGNAM-$COMMIT_ID +rm -rf $PRGNAM-$COMMIT +tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz +cd $PRGNAM-$COMMIT chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |