summaryrefslogtreecommitdiffstats
path: root/system/posh/posh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/posh/posh.SlackBuild')
-rw-r--r--system/posh/posh.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/posh/posh.SlackBuild b/system/posh/posh.SlackBuild
index 22348137f2..278a5f42a3 100644
--- a/system/posh/posh.SlackBuild
+++ b/system/posh/posh.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for posh
-# Copyright 2017 Hunter Sezen California, USA
+# Copyright 2017-2018 Hunter Sezen California, USA
# 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=posh
-VERSION=${VERSION:-0.12.6}
+VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,7 @@ make
make install DESTDIR=$PKG
mkdir -p $PKG/usr/bin
-( cd $PKG/usr/bin ; ln -sf /bin/posh posh )
+ln -s /bin/posh $PKG/usr/bin/posh
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