diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-04-14 20:50:47 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:58 +0200 |
commit | a658b3ca97980a3f8ca5ab2543b38bbf8bc7642d (patch) | |
tree | 075393732f2346c3163215b6cd4cd72fa3c690fb /network/bitlbee/bitlbee.SlackBuild | |
parent | 6f0574c961150f1a6ff2d9529cdec92246a6b215 (diff) |
network/bitlbee: Updated for version 1.2.5.
Diffstat (limited to 'network/bitlbee/bitlbee.SlackBuild')
-rw-r--r-- | network/bitlbee/bitlbee.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/network/bitlbee/bitlbee.SlackBuild b/network/bitlbee/bitlbee.SlackBuild index 6bd417110a18..f5c07f16d945 100644 --- a/network/bitlbee/bitlbee.SlackBuild +++ b/network/bitlbee/bitlbee.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild Script for bitlbee -# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitlbee -VERSION=${VERSION:-1.2.4} +VERSION=${VERSION:-1.2.5} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,8 +92,10 @@ make all make install install-etc 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 || true ) ( cd $PKG/usr/man |