summaryrefslogtreecommitdiffstats
path: root/development/tig/tig.SlackBuild
diff options
context:
space:
mode:
author Grigorios Bouzakis <grbzks@gmail.com>2010-05-12 17:38:59 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:38:59 +0200
commitd37523cfbf882692492db90f096358f9feefc9fd (patch)
tree1f758dacfa0d35e018b7458b0f5f32c53c662703 /development/tig/tig.SlackBuild
parent5c32e959d9530f8aabc68bcd95ca84b27a150542 (diff)
downloadslackbuilds-d37523cfbf882692492db90f096358f9feefc9fd.tar.gz
slackbuilds-d37523cfbf882692492db90f096358f9feefc9fd.tar.xz
development/tig: Updated for version 0.14.1
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