summaryrefslogtreecommitdiffstats
path: root/system/c-icap
diff options
context:
space:
mode:
author B. Watson2022-02-14 17:56:06 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:00 +0100
commit4b38f24b15eb7627a7fb2dadeb996748a9df2928 (patch)
treec581d6c50034234719e08332358f0618f8ead34c /system/c-icap
parent3f3203a602012157c1ea881e910899b8d52cf5b3 (diff)
downloadslackbuilds-4b38f24b15eb7627a7fb2dadeb996748a9df2928.tar.gz
system/c-icap: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/c-icap')
-rw-r--r--system/c-icap/c-icap.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/c-icap/c-icap.SlackBuild b/system/c-icap/c-icap.SlackBuild
index be31aae66f..486a7f5337 100644
--- a/system/c-icap/c-icap.SlackBuild
+++ b/system/c-icap/c-icap.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=c-icap
SRCNAM=c_icap
VERSION=${VERSION:-0.5.2}
-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
cat $CWD/doinst.sh > $PKG/install/doinst.sh