diff --git a/audio/audtty/audtty.SlackBuild b/audio/audtty/audtty.SlackBuild index 735918329d..29c196e2ff 100644 --- a/audio/audtty/audtty.SlackBuild +++ b/audio/audtty/audtty.SlackBuild @@ -77,12 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \ make install DESTDIR=$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 # Move man pages to /usr/man manually mv $PKG/usr/share/man $PKG/usr/