diff options
Diffstat (limited to 'system/iotop-c/iotop-c.SlackBuild')
-rw-r--r-- | system/iotop-c/iotop-c.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/iotop-c/iotop-c.SlackBuild b/system/iotop-c/iotop-c.SlackBuild index cc36758efc82e..e24e3c3fd58ea 100644 --- a/system/iotop-c/iotop-c.SlackBuild +++ b/system/iotop-c/iotop-c.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for iotop-c -# Copyright 2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 20222023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=iotop-c SRCNAM=iotop -VERSION=${VERSION:-1.22} +VERSION=${VERSION:-1.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,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|share/man|man|" Makefile +sed -i "s|share/man|man|" Makefile || exit 1 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |