summaryrefslogtreecommitdiffstats
path: root/development/fossil/fossil.SlackBuild
diff options
context:
space:
mode:
author Andy Goth2021-01-22 17:48:36 +0100
committer Willy Sudiarto Raharjo2021-01-22 17:48:36 +0100
commit81c12a2893ba7193589ba38fa4910e20aceb6ee2 (patch)
tree9832741bf6703f69f89551c247c62da0c7c8b0e8 /development/fossil/fossil.SlackBuild
parente33079680717b3e4724474c5cf7be70eef3d2cb1 (diff)
downloadslackbuilds-81c12a2893ba7193589ba38fa4910e20aceb6ee2.tar.gz
development/fossil: Updated for version 2.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fossil/fossil.SlackBuild')
-rw-r--r--development/fossil/fossil.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild
index 9592b222f9..7e7aac0803 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