diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:45 +0700 |
commit | b9805f8d889eae2e28bfb17c475e29361a22a13e (patch) | |
tree | ca134454925bbf17472bdecdd0f7e67b355fcd60 | |
parent | f345f9e574493bad8e5597d77733c5d6e8df21d2 (diff) |
network/opendkim: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/opendkim/opendkim.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/opendkim/opendkim.SlackBuild b/network/opendkim/opendkim.SlackBuild index 04625cc3deae..09bf2eccda8b 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 |