diff options
Diffstat (limited to 'development/newlisp/newlisp.SlackBuild')
-rw-r--r-- | development/newlisp/newlisp.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/development/newlisp/newlisp.SlackBuild b/development/newlisp/newlisp.SlackBuild index 80300d71e6966..2f38b841bae56 100644 --- a/development/newlisp/newlisp.SlackBuild +++ b/development/newlisp/newlisp.SlackBuild @@ -5,7 +5,7 @@ # PRGNAM=newlisp -VERSION=10.3.3 +VERSION=10.4.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,10 +58,8 @@ find . \ make make install DESTDIR=$PKG -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 -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 {} \; |