mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/qrencode: Remove .la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d5fb41a472
commit
02afcb7781
1 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
# SlackBuild Script for qrencode
|
# SlackBuild Script for qrencode
|
||||||
|
|
||||||
# Copyright 2012 Matthew "mfillpot" Fillpot
|
# Copyright 2012 Matthew "mfillpot" Fillpot
|
||||||
# Revised 2018 Lenard Spencer
|
# Copyright 2018 Lenard Spencer, Orlando, Florida, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -84,9 +84,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
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 \
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue