diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:43 +0700 |
commit | da59aeaf51ed1f1be3e637a4c418bf11d6e75521 (patch) | |
tree | d1573e7c6a38b4a38b9b82b1fad0d07c3103c263 | |
parent | 4460d6397f77715a5d35f49e0f633283429b6c9e (diff) |
network/gnome-bluetooth: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/gnome-bluetooth/gnome-bluetooth.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild index e91e05f490d0e..97cf2bdc3fe1b 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 |