summaryrefslogtreecommitdiffstats
path: root/misc/moreutils/moreutils.SlackBuild
diff options
context:
space:
mode:
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