gis/qgis: Fix issue with build directory.

This commit is contained in:
Benjamin Trigona-Harany 2019-11-12 21:07:26 -08:00 committed by Willy Sudiarto Raharjo
parent 3a96802411
commit af24c7d6cb
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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