diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-02-26 10:47:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-27 13:22:27 +0700 |
commit | 7bbacefc6356ee0843dc80f7fd475ebc7a649392 (patch) | |
tree | ca1341c16be183025cebca3e4179d2253444241e /gis/gdal/gdal.SlackBuild | |
parent | ef07fa30955fc124b09f072f07dc530a03a34bd0 (diff) |
gis/gdal: Updated for version 1.11.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/gdal/gdal.SlackBuild')
-rw-r--r-- | gis/gdal/gdal.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild index 26d1206b96553..cbfdffc387463 100644 --- a/gis/gdal/gdal.SlackBuild +++ b/gis/gdal/gdal.SlackBuild @@ -24,7 +24,7 @@ # Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=gdal -VERSION=${VERSION:-1.11.3} +VERSION=${VERSION:-1.11.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -148,7 +148,7 @@ make install DESTDIR=$PKG # Kill erroneously installed .dox files rm $PKG/usr/bin/*.dox -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true make -f GNUmakefile -B man |