summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Spencer2016-12-16 18:30:20 +0100
committer Willy Sudiarto Raharjo2016-12-17 00:55:51 +0100
commit649e7a42579459825d0772adbc716e1357bff7bc (patch)
tree42719daf0a358be43b933a85ff765b82ef4e7d22 /graphics
parentfa534b3e089762ca3472b4b36bf4af765d88ba11 (diff)
downloadslackbuilds-649e7a42579459825d0772adbc716e1357bff7bc.tar.gz
graphics/photivo: Fixed SlackBuild, try again :(
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/photivo/photivo.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/photivo/photivo.SlackBuild b/graphics/photivo/photivo.SlackBuild
index 25b91ef7ed..77cc66aa37 100644
--- a/graphics/photivo/photivo.SlackBuild
+++ b/graphics/photivo/photivo.SlackBuild
@@ -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 \