diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-10 08:11:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-10 16:25:31 +0700 |
commit | 6b129ddc377596c3c62f514854fbead456c73f90 (patch) | |
tree | 951cfe9ae46a9c3f30c3301f3f21247c65cd4a7a /system | |
parent | 600849a4f67119c5ae516a587789a927f323d6bf (diff) |
system/augeas: Remove la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/augeas/augeas.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/augeas/augeas.SlackBuild b/system/augeas/augeas.SlackBuild index 452ddfcaa02c4..b90c7501cc78b 100644 --- a/system/augeas/augeas.SlackBuild +++ b/system/augeas/augeas.SlackBuild @@ -95,6 +95,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 |