aboutsummaryrefslogtreecommitdiff
path: root/system/btop/btop.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/btop/btop.SlackBuild')
-rw-r--r--system/btop/btop.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/btop/btop.SlackBuild b/system/btop/btop.SlackBuild
index 18b7c5e1f4..98a1c612c5 100644
--- a/system/btop/btop.SlackBuild
+++ b/system/btop/btop.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=btop
-VERSION=${VERSION:-1.2.8}
+VERSION=${VERSION:-1.2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-sed -i "s|-O2|$SLKCFLAGS|" Makefile
+sed -i "s|-O2|$SLKCFLAGS|" Makefile || exit 1
make PREFIX=/usr all
make PREFIX=/usr install DESTDIR=$PKG