mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/qgis: Fix issue with build directory.
This commit is contained in:
parent
3a96802411
commit
af24c7d6cb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue