summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-07 12:08:38 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:45 +0700
commitb9805f8d889eae2e28bfb17c475e29361a22a13e (patch)
treeca134454925bbf17472bdecdd0f7e67b355fcd60 /network
parentf345f9e574493bad8e5597d77733c5d6e8df21d2 (diff)
downloadslackbuilds-b9805f8d889eae2e28bfb17c475e29361a22a13e.tar.gz
network/opendkim: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/opendkim/opendkim.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/opendkim/opendkim.SlackBuild b/network/opendkim/opendkim.SlackBuild
index 04625cc3de..09bf2eccda 100644
--- a/network/opendkim/opendkim.SlackBuild
+++ b/network/opendkim/opendkim.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=opendkim
VERSION=${VERSION:-2.10.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -154,6 +154,8 @@ sed -i 's|^KeyFile.*|KeyFile /etc/opendkim/keys/default.private|' $PKG/etc/opend
echo "UserID $DKUSER:$DKGROUP" >> $PKG/etc/opendkim.conf.new
+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