diff options
Diffstat (limited to 'graphics/fotowall')
-rw-r--r-- | graphics/fotowall/fotowall.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/fotowall/fotowall.SlackBuild b/graphics/fotowall/fotowall.SlackBuild index 890ec20b6f..4b1abb2412 100644 --- a/graphics/fotowall/fotowall.SlackBuild +++ b/graphics/fotowall/fotowall.SlackBuild @@ -51,12 +51,8 @@ make \ CXXFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)" make install INSTALL_ROOT=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; |