summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-11-13 06:07:26 +0100
committer Willy Sudiarto Raharjo2019-11-23 10:01:57 +0100
commitaf24c7d6cbe530826201969c41cad968dd62699f (patch)
tree4ed2d04960dc9af14df4e26a14e6499f7cdb6f8c
parent3a9680241170b55459b79bd27a5842f6b0746f41 (diff)
downloadslackbuilds-af24c7d6cbe530826201969c41cad968dd62699f.tar.gz
gis/qgis: Fix issue with build directory.
-rw-r--r--gis/qgis/qgis.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/qgis/qgis.SlackBuild b/gis/qgis/qgis.SlackBuild
index ad24ea53e7..bd3e5e5e75 100644
--- a/gis/qgis/qgis.SlackBuild
+++ b/gis/qgis/qgis.SlackBuild
@@ -97,7 +97,8 @@ cd build
-DWITH_3D=TRUE \
$WITHGRASS
-make install DESTDIR=$PKG
+ make install DESTDIR=$PKG
+cd -
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