diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2018-01-07 23:45:44 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:55:56 +0700 |
commit | d7a7a153209ee9dd3df6c2098719bd87e9a39cb4 (patch) | |
tree | 3deaf17576dbd5f0e70561e9e4473fcfd569ac65 /system/posh/posh.SlackBuild | |
parent | a542b04e047ed9dc2ca83e1f5bde082e13436b78 (diff) |
system/posh: Updated for version 0.13.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/posh/posh.SlackBuild')
-rw-r--r-- | system/posh/posh.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/posh/posh.SlackBuild b/system/posh/posh.SlackBuild index 22348137f2b1a..278a5f42a3df8 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 |