diff options
author | Mauro Giachero <mauro dot giachero at gmail dot com> | 2010-04-08 22:16:43 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:26:52 +0200 |
commit | 72216a774394298b225382181d4aa1c4bf0b5494 (patch) | |
tree | a76f624c0841469695055e128ea3b5baf193ea71 /libraries/ptlib/ptlib.SlackBuild | |
parent | a248dd7dda303de8fc89ae38851886dbf9094858 (diff) | |
download | slackbuilds-72216a774394298b225382181d4aa1c4bf0b5494.tar.gz |
libraries/ptlib: Updated for version 2.6.6.
Diffstat (limited to 'libraries/ptlib/ptlib.SlackBuild')
-rw-r--r-- | libraries/ptlib/ptlib.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/ptlib/ptlib.SlackBuild b/libraries/ptlib/ptlib.SlackBuild index 7d9652c5bd..de14cbb954 100644 --- a/libraries/ptlib/ptlib.SlackBuild +++ b/libraries/ptlib/ptlib.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptlib -VERSION=${VERSION:-2.6.2} +VERSION=${VERSION:-2.6.6} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -88,9 +88,9 @@ rm $PKG/usr/lib${LIBDIRSUFFIX}/libpt_s.a ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + 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 |