summaryrefslogtreecommitdiff
path: root/network/konversation/konversation.SlackBuild
diff options
context:
space:
mode:
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
)