aboutsummaryrefslogtreecommitdiff
path: root/system/xrestop/xrestop.SlackBuild
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2022-11-02 10:57:27 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:29 +0700
commitd6d982d5694b74a58345d662bd96116dea2a2c89 (patch)
treefcd12f3f7a9bfea158c580e9ed0b9a11852a9332 /system/xrestop/xrestop.SlackBuild
parent15e61ba49f9d7f8121ecd9d2aaefd1cf59a27850 (diff)
downloadslackbuilds-d6d982d5694b74a58345d662bd96116dea2a2c89.tar.xz
system/xrestop: Updated for version 0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xrestop/xrestop.SlackBuild')
-rw-r--r--system/xrestop/xrestop.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/xrestop/xrestop.SlackBuild b/system/xrestop/xrestop.SlackBuild
index 38fc463bc256..2f8c288599e1 100644
--- a/system/xrestop/xrestop.SlackBuild
+++ b/system/xrestop/xrestop.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for xrestop
#
-# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2022 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xrestop
-VERSION=${VERSION:-0.4}
+VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \