diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-10 07:46:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-10 07:46:44 +0700 |
commit | 60d320b34269804226f4ce7cd5071b0a0526cc5b (patch) | |
tree | 572a7e1ae1a507a81072e5df3f92ba53c4b05f0d /libraries/gtkspell3 | |
parent | 317efb23a69b1a766f7a8b665879e99b12feb2d6 (diff) |
libraries/gtkspell3: Remove la file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtkspell3')
-rw-r--r-- | libraries/gtkspell3/gtkspell3.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/gtkspell3/gtkspell3.SlackBuild b/libraries/gtkspell3/gtkspell3.SlackBuild index 0f20bd250c54..229919db89c0 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 |