summaryrefslogtreecommitdiffstats
path: root/system/glances/glances.SlackBuild
diff options
context:
space:
mode:
author Philip Lacroix <slackph at posteo dot de>2015-09-11 01:40:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-11 01:40:53 +0700
commit6b7ccabd75ffb95cce8102d6456a95937cb63e30 (patch)
treed9a7ceea59793494d5d9159b82702a1ff248199e /system/glances/glances.SlackBuild
parent3656ebe532915894966b7d50c2f46fb6b13bac3d (diff)
downloadslackbuilds-6b7ccabd75ffb95cce8102d6456a95937cb63e30.tar.gz
slackbuilds-6b7ccabd75ffb95cce8102d6456a95937cb63e30.tar.xz
system/glances: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances/glances.SlackBuild')
-rw-r--r--system/glances/glances.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild
index 6e5959dc48..7106720721 100644
--- a/system/glances/glances.SlackBuild
+++ b/system/glances/glances.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for glances
-# Copyright 2013-2015 Philip Lacroix <philnx at posteo dot de>
+# Copyright 2013-2015 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -71,8 +71,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then
fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
- | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null \
- || true
+ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
PRGUSR=$PKG/usr
PRGSHR=$PKG/usr/share