summaryrefslogtreecommitdiff
path: root/libraries/libssh/libssh.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2010-04-08 21:10:04 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-15 10:26:48 +0200
commit45ae3686e77dc4b7b2e65155287a9afdee03d973 (patch)
tree9a64d9e6c5bd3349f7a9f89556f0543e2f73d835 /libraries/libssh/libssh.SlackBuild
parentc3014a57e5633bcff6874cfd241f67991e39a47e (diff)
downloadslackbuilds-45ae3686e77dc4b7b2e65155287a9afdee03d973.tar.gz
libraries/libssh: Updated for version 0.4.2.
Diffstat (limited to 'libraries/libssh/libssh.SlackBuild')
-rw-r--r--libraries/libssh/libssh.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libssh/libssh.SlackBuild b/libraries/libssh/libssh.SlackBuild
index 7855956498..204c1fb03c 100644
--- a/libraries/libssh/libssh.SlackBuild
+++ b/libraries/libssh/libssh.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=libssh
-VERSION=${VERSION:-0.4.1}
+VERSION=${VERSION:-0.4.2}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,7 +64,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
+ xargs strip --strip-unneeded 2> /dev/null || true
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION