diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2018-12-27 09:59:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-27 09:59:22 +0700 |
commit | 61eb593a60cbb2d05f42d8fd76d75cf869b4e94c (patch) | |
tree | 4b71c7c6fc04e057eec287bc2ffc35bd668bb948 /gis/openorienteering-mapper/openorienteering-mapper.SlackBuild | |
parent | c90e05af5a842b2e45c841a3a7507f460257c453 (diff) |
gis/openorienteering-mapper: Updated for version 0.8.4.
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 dac7195968fa4..a9e593923c4f4 100644 --- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild +++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openorienteering-mapper -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,8 +81,8 @@ cd build -DLICENSING_PROVIDER:BOOL=OFF \ -DMapper_PACKAGE_NAME=$PRGNAM \ -Wno-dev .. - make - make install DESTDIR=$PKG + cmake --build . + DESTDIR=$PKG cmake --build . --target install cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |