From 02afcb778132b6d53fa3a8afdb8f1a1e11a33124 Mon Sep 17 00:00:00 2001 From: Lenard Spencer Date: Sun, 10 May 2020 08:14:04 +0700 Subject: graphics/qrencode: Remove .la files. Signed-off-by: Willy Sudiarto Raharjo --- graphics/qrencode/qrencode.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'graphics/qrencode/qrencode.SlackBuild') 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 -- cgit v1.2.3