summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2022-02-14 17:55:35 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:18:43 +0100
commit32ad58669dc80d0947fc6f8a207dd4cac933c20d (patch)
tree95f9de1b83f987463c6f5d3d60ddd738537554c2 /system
parent2e4968a84b708d3497ddbff804b2cdba23d937b6 (diff)
downloadslackbuilds-32ad58669dc80d0947fc6f8a207dd4cac933c20d.tar.gz
system/xwiimote: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/xwiimote/xwiimote.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/xwiimote/xwiimote.SlackBuild b/system/xwiimote/xwiimote.SlackBuild
index 1284c34fa9..892b9652e5 100644
--- a/system/xwiimote/xwiimote.SlackBuild
+++ b/system/xwiimote/xwiimote.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xwiimote
VERSION=${VERSION:-2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -105,6 +105,8 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc