diff options
-rw-r--r-- | meson-template.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson-template.SlackBuild b/meson-template.SlackBuild index b3fad40..57fdd76 100644 --- a/meson-template.SlackBuild +++ b/meson-template.SlackBuild @@ -131,6 +131,9 @@ cd build DESTDIR=$PKG ninja install cd .. +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + # Strip binaries and libraries - this can be done with 'make install-strip' # in many source trees, and that's usually acceptable if so, but if not, # use this: |