summaryrefslogtreecommitdiff
path: root/network/newsboat/newsboat.SlackBuild
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-06-24 18:17:11 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-30 07:00:09 +0700
commitbb07cf97ff4b7c38988428de1afcfd81fa6b4975 (patch)
tree14dd1bc46402aa92d7730115a9a5490e8b47204b /network/newsboat/newsboat.SlackBuild
parent4df4cce5b714568b4f7b0c3f87acbec1a87fa791 (diff)
downloadslackbuilds-bb07cf97ff4b7c38988428de1afcfd81fa6b4975.tar.gz
network/newsboat: Updated for version 2.12.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network/newsboat/newsboat.SlackBuild')
-rw-r--r--network/newsboat/newsboat.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/newsboat/newsboat.SlackBuild b/network/newsboat/newsboat.SlackBuild
index 8aad86199d..5180f79293 100644
--- a/network/newsboat/newsboat.SlackBuild
+++ b/network/newsboat/newsboat.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for newsboat
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=newsboat
-VERSION=${VERSION:-2.11.1}
+VERSION=${VERSION:-2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,8 +79,8 @@ make install \
mandir=/usr/man \
DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object"| grep ELF | \
- cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+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
find $PKG/usr/man -type f -exec gzip -9 {} \;