diff options
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 b6702907476a..89cd662b21ea 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 |