diff options
Diffstat (limited to 'network/fqterm/fqterm.SlackBuild')
-rw-r--r-- | network/fqterm/fqterm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/fqterm/fqterm.SlackBuild b/network/fqterm/fqterm.SlackBuild index c9076a40af65..d0a443077445 100644 --- a/network/fqterm/fqterm.SlackBuild +++ b/network/fqterm/fqterm.SlackBuild @@ -5,7 +5,7 @@ # Written by vvoody <ydoovv@gmail.com> PRGNAM=fqterm -VERSION=${VERSION:-0.9.6.3} +VERSION=${VERSION:-0.9.6.8} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,7 @@ cd - 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 || true + xargs strip --strip-unneeded 2> /dev/null ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |