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