summaryrefslogtreecommitdiffstats
path: root/development/tig/tig.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/tig/tig.SlackBuild')
-rw-r--r--development/tig/tig.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild
index 5f00a45f7d..88354c7407 100644
--- a/development/tig/tig.SlackBuild
+++ b/development/tig/tig.SlackBuild
@@ -4,7 +4,7 @@
# Written by Grigorios Bouzakis (grbzks@gmail.com)
PRGNAM=tig
-VERSION=${VERSION:-0.12.1}
+VERSION=${VERSION:-0.14.1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,8 +52,10 @@ make
make install install-doc DESTDIR=$PKG
( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null || true
+ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null
)
( cd $PKG/usr/man