From 5c17a1154f799024b3341ec76c268c5991ede7a1 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 26 Mar 2022 12:08:27 +1300 Subject: network/opendmarc: Remove .la files. Signed-off-by: Andrew Clemons --- network/opendmarc/opendmarc.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'network/opendmarc') diff --git a/network/opendmarc/opendmarc.SlackBuild b/network/opendmarc/opendmarc.SlackBuild index ace7bc9b8d77..9047568793cd 100644 --- a/network/opendmarc/opendmarc.SlackBuild +++ b/network/opendmarc/opendmarc.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opendmarc VERSION=${VERSION:-1.4.1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -137,6 +137,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + # Install init script install -D -m0755 -oroot -groot contrib/init/generic/$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM.new -- cgit v1.2.3