graphics/photivo: Fixed SlackBuild.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-12-09 11:15:08 +00:00
parent cdbd2caec4
commit 3e7dce5d27

View file

@ -78,7 +78,8 @@ CXXFLAGS="$SLKCFLAGS -fno-finite-math-only" \
make
make install INSTALL_ROOT=$PKG
rm -rf $PKG/root
rm -rf $PKG/${HOME:-root}/Desktop
rmdir -p --ignore-fail-on-non-empty $PKG/${HOME:-root}
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