mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
gis/saga-gis: Fix typo in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
383841a433
commit
4d32b72a2a
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ PYTHON=python3 \
|
|||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
exit 0
|
||||
|
||||
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