diff --git a/audio/SimpleSysexxer/SimpleSysexxer.SlackBuild b/audio/SimpleSysexxer/SimpleSysexxer.SlackBuild index 75a115c28f..aa9dcc37a0 100644 --- a/audio/SimpleSysexxer/SimpleSysexxer.SlackBuild +++ b/audio/SimpleSysexxer/SimpleSysexxer.SlackBuild @@ -55,12 +55,8 @@ make install DESTDIR=$PKG INSTALL_ROOT=$PKG cat $CWD/simplesysexxer.desktop > \ $PKG/usr/share/applications/simplesysexxer.desktop -( 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 || true -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a GPL-2 BUILDING CHANGELOG COPYRIGHT CREDITS $PKG/usr/doc/$PRGNAM-$VERSION