diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-11-12 21:07:26 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:57 +0700 |
commit | af24c7d6cbe530826201969c41cad968dd62699f (patch) | |
tree | 4ed2d04960dc9af14df4e26a14e6499f7cdb6f8c /gis | |
parent | 3a9680241170b55459b79bd27a5842f6b0746f41 (diff) | |
download | slackbuilds-af24c7d6cbe530826201969c41cad968dd62699f.tar.gz |
gis/qgis: Fix issue with build directory.
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 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 |