diff options
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 0f20bd250c54c..229919db89c06 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 |