diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2017-03-07 23:21:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:47 +0700 |
commit | baa4539d3bf19d4ce09f78a862e52608ee917c18 (patch) | |
tree | db2e9df1c2ed923d4f17d3ef9bbc4ba44f8efed6 /gis/openorienteering-mapper/openorienteering-mapper.SlackBuild | |
parent | 0b25bbc29f96d5c43ce7429765afaae4bf557f3e (diff) | |
download | slackbuilds-baa4539d3bf19d4ce09f78a862e52608ee917c18.tar.gz |
gis/openorienteering-mapper: Updated for version 0.6.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/openorienteering-mapper/openorienteering-mapper.SlackBuild')
-rw-r--r-- | gis/openorienteering-mapper/openorienteering-mapper.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild index a20ae6d628..a8b333de02 100644 --- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild +++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for OpenOrienteering Mapper -# Copyright 2016, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2016-2017, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openorienteering-mapper -VERSION=${VERSION:-0.6.7} +VERSION=${VERSION:-0.6.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +87,7 @@ cd build rm -fr $PKG/DEBIAN cd .. -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +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 mv $PKG/usr/share/man $PKG/usr |