diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-05-10 08:14:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 09:29:54 +0700 |
commit | 02afcb778132b6d53fa3a8afdb8f1a1e11a33124 (patch) | |
tree | ee57f12f4b97d7a0dd324ed30235621101d8c5fc /graphics | |
parent | d5fb41a472b4ae9cf487265cf0d476c482119137 (diff) | |
download | slackbuilds-02afcb778132b6d53fa3a8afdb8f1a1e11a33124.tar.gz |
graphics/qrencode: Remove .la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-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 58272c93eb..62ac460446 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 |