aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/flatpak/flatpak.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/flatpak/flatpak.SlackBuild b/desktop/flatpak/flatpak.SlackBuild
index 0241e0b8a8c88..634ff59b4d5aa 100644
--- a/desktop/flatpak/flatpak.SlackBuild
+++ b/desktop/flatpak/flatpak.SlackBuild
@@ -94,6 +94,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
chmod +x $PKG/etc/profile.d/flatpak.sh
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \