diff options
author | Michiel van Wessem <michiel.van.wessem@gmail.com> | 2010-05-12 17:43:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:43:37 +0200 |
commit | 264ee581721b617fa9bc7899118887af5028b1ad (patch) | |
tree | 3dd40f48e9a32cfa5d91ce3f6b376ecc6d02144b /network/konversation/konversation.SlackBuild | |
parent | c944661eaa15604f234448a62df3924a9b9515fa (diff) | |
download | slackbuilds-264ee581721b617fa9bc7899118887af5028b1ad.tar.gz |
network/konversation: Updated for version 1.1
Diffstat (limited to 'network/konversation/konversation.SlackBuild')
-rw-r--r-- | network/konversation/konversation.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/konversation/konversation.SlackBuild b/network/konversation/konversation.SlackBuild index f722788cb8..51b6712152 100644 --- a/network/konversation/konversation.SlackBuild +++ b/network/konversation/konversation.SlackBuild @@ -70,7 +70,7 @@ make make install 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 "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null ) |