gis/saga-gis: Fix typo in script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-09 14:39:37 -05:00
parent 383841a433
commit 4d32b72a2a

View file

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