summaryrefslogtreecommitdiffstats
path: root/network/gnome-bluetooth
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:34 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:43 +0100
commitda59aeaf51ed1f1be3e637a4c418bf11d6e75521 (patch)
treed1573e7c6a38b4a38b9b82b1fad0d07c3103c263 /network/gnome-bluetooth
parent4460d6397f77715a5d35f49e0f633283429b6c9e (diff)
downloadslackbuilds-da59aeaf51ed1f1be3e637a4c418bf11d6e75521.tar.gz
network/gnome-bluetooth: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/gnome-bluetooth')
-rw-r--r--network/gnome-bluetooth/gnome-bluetooth.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
index e91e05f490..97cf2bdc3f 100644
--- a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
+++ b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-bluetooth
VERSION=${VERSION:-3.20.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -121,6 +121,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
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
cat $CWD/doinst.sh > $PKG/install/doinst.sh