diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 11:56:06 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:00 +0700 |
commit | 4b38f24b15eb7627a7fb2dadeb996748a9df2928 (patch) | |
tree | c581d6c50034234719e08332358f0618f8ead34c /system/c-icap | |
parent | 3f3203a602012157c1ea881e910899b8d52cf5b3 (diff) |
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.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/c-icap/c-icap.SlackBuild b/system/c-icap/c-icap.SlackBuild index be31aae66f979..486a7f5337968 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 |