summaryrefslogtreecommitdiffstats
path: root/network/konversation/konversation.SlackBuild
diff options
context:
space:
mode:
author Michiel van Wessem2010-05-12 17:43:37 +0200
committer David Somero2010-05-12 17:43:37 +0200
commit264ee581721b617fa9bc7899118887af5028b1ad (patch)
tree3dd40f48e9a32cfa5d91ce3f6b376ecc6d02144b /network/konversation/konversation.SlackBuild
parentc944661eaa15604f234448a62df3924a9b9515fa (diff)
downloadslackbuilds-264ee581721b617fa9bc7899118887af5028b1ad.tar.gz
network/konversation: Updated for version 1.1
Diffstat (limited to 'network/konversation/konversation.SlackBuild')
-rw-r--r--network/konversation/konversation.SlackBuild2
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
)