diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 10:39:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-07 08:53:30 +0700 |
commit | 4671204fdce1298a8f41fc1a310476038745bfaf (patch) | |
tree | 872bd9e916e0b3e44ff8b5821d62869758999b87 /system/atop/atop.SlackBuild | |
parent | 1e400ffdd7bed873d8fbb1ac561f20a20183930c (diff) |
system/atop: Updated for version 2.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/atop/atop.SlackBuild')
-rw-r--r-- | system/atop/atop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/atop/atop.SlackBuild b/system/atop/atop.SlackBuild index 3a5abdf9b3c62..2ac95288b41aa 100644 --- a/system/atop/atop.SlackBuild +++ b/system/atop/atop.SlackBuild @@ -14,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atop -VERSION=${VERSION:-2.9.0} +VERSION=${VERSION:-2.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +65,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 {} \; -make CFLAGS="$SLKCFLAGS" +make # Install the binary sgid utmp in order to allow accounting install -D -o root -g utmp -m 2751 atop $PKG/usr/bin/atop |