summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:18:29 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:42 +0100
commit48b9c7a7d67fb5e20050c5f3e43d3a77d1044bc4 (patch)
tree8612b7b0449b40a395b70b579739a857c86e5c8f /libraries/libtorrent-rasterbar
parent92fab3be79a754fae88b595cd6cba40cf50c7cc4 (diff)
downloadslackbuilds-48b9c7a7d67fb5e20050c5f3e43d3a77d1044bc4.tar.gz
libraries/libtorrent-rasterbar: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent-rasterbar')
-rw-r--r--libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
index dcc0b4ebf9..ce6ba14a51 100644
--- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
+++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libtorrent-rasterbar
VERSION=${VERSION:-1.2.11}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -121,6 +121,8 @@ find $PKG \
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