summaryrefslogtreecommitdiffstats
path: root/graphics/qrencode/qrencode.SlackBuild
diff options
context:
space:
mode:
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
commit02afcb778132b6d53fa3a8afdb8f1a1e11a33124 (patch)
treeee57f12f4b97d7a0dd324ed30235621101d8c5fc /graphics/qrencode/qrencode.SlackBuild
parentd5fb41a472b4ae9cf487265cf0d476c482119137 (diff)
downloadslackbuilds-02afcb778132b6d53fa3a8afdb8f1a1e11a33124.tar.gz
slackbuilds-02afcb778132b6d53fa3a8afdb8f1a1e11a33124.tar.xz
graphics/qrencode: Remove .la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/qrencode/qrencode.SlackBuild')
-rw-r--r--graphics/qrencode/qrencode.SlackBuild5
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