diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 21:58:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:05 +0700 |
commit | 3132906d2f4b56b89a4f94874cf87ca298748d63 (patch) | |
tree | f40bd4fdc9f4112f8f143ca8a2b15b2473cc8f12 /multimedia | |
parent | 520ac002a2285a13e24c79a98762475e792714ca (diff) |
multimedia/vlc: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc/vlc.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/vlc/vlc.SlackBuild b/multimedia/vlc/vlc.SlackBuild index d93142d417c2..a98a2063ac90 100644 --- a/multimedia/vlc/vlc.SlackBuild +++ b/multimedia/vlc/vlc.SlackBuild @@ -151,6 +151,8 @@ for i in $(find $PKG/usr/man -type l -name "*.?") ; do ln -s $( readlink $i ).gz 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 +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc ###sbolint off |