graphics/photivo: Fixed SlackBuild, try again :(

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-12-16 17:30:20 +00:00 committed by Willy Sudiarto Raharjo
parent fa534b3e08
commit 649e7a4257
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -78,7 +78,7 @@ CXXFLAGS="$SLKCFLAGS -fno-finite-math-only" \
make
make install INSTALL_ROOT=$PKG
rm -rf $PKG/${HOME:-root}/Desktop
rm -rf $PKG/${HOME:-root}/.local
rmdir -p --ignore-fail-on-non-empty $PKG/${HOME:-root}
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \