summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-09-10 02:46:44 +0200
committer Willy Sudiarto Raharjo2021-09-10 02:46:44 +0200
commit60d320b34269804226f4ce7cd5071b0a0526cc5b (patch)
tree572a7e1ae1a507a81072e5df3f92ba53c4b05f0d
parent317efb23a69b1a766f7a8b665879e99b12feb2d6 (diff)
downloadslackbuilds-60d320b34269804226f4ce7cd5071b0a0526cc5b.tar.gz
libraries/gtkspell3: Remove la file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/gtkspell3/gtkspell3.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/gtkspell3/gtkspell3.SlackBuild b/libraries/gtkspell3/gtkspell3.SlackBuild
index 0f20bd250c..229919db89 100644
--- a/libraries/gtkspell3/gtkspell3.SlackBuild
+++ b/libraries/gtkspell3/gtkspell3.SlackBuild
@@ -94,6 +94,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
+
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