diff --git a/xapps/xapps.SlackBuild b/xapps/xapps.SlackBuild index 41de71a..b75e853 100644 --- a/xapps/xapps.SlackBuild +++ b/xapps/xapps.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xapps VERSION=${VERSION:-1.0.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -88,6 +88,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# Don't ship .la files: +rm -f $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