mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/photivo: Fixed SlackBuild, try again :(
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
fa534b3e08
commit
649e7a4257
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue