diff options
Diffstat (limited to 'development/fossil/fossil.SlackBuild')
-rw-r--r-- | development/fossil/fossil.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild index 9592b222f9ff8..7e7aac0803f6a 100644 --- a/development/fossil/fossil.SlackBuild +++ b/development/fossil/fossil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fossil -# Copyright 2020 Andy Goth <andrew.m.goth@gmail.com> USA +# Copyright 2021 Andy Goth <andrew.m.goth@gmail.com> USA # 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=fossil -VERSION=${VERSION:-2.13} +VERSION=${VERSION:-2.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,8 +87,7 @@ CFLAGS=${CFLAGS:-$SLKCFLAGS} \ make make install DESTDIR=$PKG -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 +strip --strip-unneeded $PKG/usr/bin/fossil mkdir -p $PKG/usr/man/man1 gzip -9c fossil.1 > $PKG/usr/man/man1/fossil.1.gz |