diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-26 12:08:27 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-26 12:08:27 +1300 |
commit | 5c17a1154f799024b3341ec76c268c5991ede7a1 (patch) | |
tree | 0d0a34ea4069a540b8913d333092dfa9aeb6d045 /network/opendmarc/opendmarc.SlackBuild | |
parent | b746d53012ab6d494ef2f8e2eb606e0ef7fcef54 (diff) | |
download | slackbuilds-5c17a1154f799024b3341ec76c268c5991ede7a1.tar.gz |
network/opendmarc: Remove .la files.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network/opendmarc/opendmarc.SlackBuild')
-rw-r--r-- | network/opendmarc/opendmarc.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/opendmarc/opendmarc.SlackBuild b/network/opendmarc/opendmarc.SlackBuild index ace7bc9b8d..9047568793 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 |