diff options
Diffstat (limited to 'graphics/qrencode')
-rw-r--r-- | graphics/qrencode/qrencode.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/qrencode/qrencode.SlackBuild b/graphics/qrencode/qrencode.SlackBuild index 58272c93eba3c..62ac4604468c0 100644 --- a/graphics/qrencode/qrencode.SlackBuild +++ b/graphics/qrencode/qrencode.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild Script for qrencode # Copyright 2012 Matthew "mfillpot" Fillpot -# Revised 2018 Lenard Spencer +# Copyright 2018 Lenard Spencer, Orlando, Florida, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -84,9 +84,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -# Do not ship .la files -find $PKG/usr/lib${LIBDIRSUFFIX} -name *.la -delete || true - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |