summaryrefslogtreecommitdiffstats
path: root/graphics/entangle
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:25 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:38 +0100
commitdb2c8ec281ff15a967c68a575af11f1273185fa3 (patch)
tree631ef07cc4f32a9e173383018fde8c3b5fb216d3 /graphics/entangle
parent123d2092001a04bd1f02227c9ed741c2c53e21db (diff)
downloadslackbuilds-db2c8ec281ff15a967c68a575af11f1273185fa3.tar.gz
graphics/entangle: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/entangle')
-rw-r--r--graphics/entangle/entangle.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/entangle/entangle.SlackBuild b/graphics/entangle/entangle.SlackBuild
index ab6f427dbb..df2087fb47 100644
--- a/graphics/entangle/entangle.SlackBuild
+++ b/graphics/entangle/entangle.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=entangle
VERSION=${VERSION:-0.7.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -107,6 +107,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