diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2019-01-12 08:00:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 08:00:45 +0700 |
commit | b4b06770b36acf6c91b847ee69e62b1eaab28641 (patch) | |
tree | 9e5d09c6872c71e944f13d3aebfbe2dceacb7c5e /system/mandoc/mandoc.SlackBuild | |
parent | 541209bee3460211d0dee5268bd3cc1b16a0b364 (diff) |
system/mandoc: Updated for version 1.14.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mandoc/mandoc.SlackBuild')
-rw-r--r-- | system/mandoc/mandoc.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/system/mandoc/mandoc.SlackBuild b/system/mandoc/mandoc.SlackBuild index b6702907476ad..89cd662b21ea2 100644 --- a/system/mandoc/mandoc.SlackBuild +++ b/system/mandoc/mandoc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2014-2018 LEVAI Daniel +# Copyright (c) 2014-2019 LEVAI Daniel # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mandoc -VERSION=${VERSION:-1.14.3} +VERSION=${VERSION:-1.14.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,12 +84,6 @@ make install \ PREFIX=/usr \ LIBDIR=/usr/lib${LIBDIRSUFFIX} -# Fix symlinks -for link in $(find ${PKG}/usr/bin ${PKG}/usr/sbin -type l);do - TARGET=$(readlink ${link}) - ln -fs ${TARGET##${PKG}} ${link} -done - 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 |