summaryrefslogtreecommitdiff
path: root/misc/moreutils/moreutils.SlackBuild
diff options
context:
space:
mode:
authorArkadiusz Drabczyk <arkadiusz@drabczyk.org>2016-06-05 15:39:59 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-05 15:50:19 +0700
commitf8f69ec3c17d3980e7f836bb091fd6661fc86ba5 (patch)
treeb1360b5d4f794d73fcdd563bd742c8d17d5735dd /misc/moreutils/moreutils.SlackBuild
parent9d5148307a147de899b6dee919bd058132a1efd5 (diff)
downloadslackbuilds-f8f69ec3c17d3980e7f836bb091fd6661fc86ba5.tar.gz
misc/moreutils: Updated for version 0.59.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/moreutils/moreutils.SlackBuild')
-rw-r--r--misc/moreutils/moreutils.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/moreutils/moreutils.SlackBuild b/misc/moreutils/moreutils.SlackBuild
index e0c2fa9687..664a567943 100644
--- a/misc/moreutils/moreutils.SlackBuild
+++ b/misc/moreutils/moreutils.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=moreutils
-VERSION=${VERSION:-0.57}
+VERSION=${VERSION:-0.59}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ make install DESTDIR=$PKG
# Move manpages to /usr/man
mkdir $PKG/usr/man
mv $PKG/usr/share/man/* $PKG/usr/man
-rm -rf $PKG/usr/share/
+rm -rf $PKG/usr/share/ $PKG/usr/man/man1/ts.1
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