diff options
Diffstat (limited to 'gis')
-rw-r--r-- | gis/qgis/qgis.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/qgis/qgis.SlackBuild b/gis/qgis/qgis.SlackBuild index ad24ea53e71b9..bd3e5e5e7552b 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 |