diff options
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 |