summaryrefslogtreecommitdiff
path: root/network/unbound
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-07 12:08:42 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:47 +0700
commit89c610e608df7bd6d6ecd0c174f276a293bf6c5c (patch)
tree38d605b30d2185c0fdac2b659ea8ec9daa384b75 /network/unbound
parent6da87f3dbdc43f52315810c93f15f88d7013a630 (diff)
downloadslackbuilds-89c610e608df7bd6d6ecd0c174f276a293bf6c5c.tar.gz
network/unbound: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/unbound')
-rw-r--r--network/unbound/unbound.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/unbound/unbound.SlackBuild b/network/unbound/unbound.SlackBuild
index ccfd83dd83..ef9c2dbd32 100644
--- a/network/unbound/unbound.SlackBuild
+++ b/network/unbound/unbound.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=unbound
VERSION=${VERSION:-1.13.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -136,6 +136,8 @@ chown $USER:$GROUP $PKG/var/run/unbound/
mv $PKG/etc/unbound/unbound.conf $PKG/etc/unbound/unbound.conf.new
install -m 0644 -D $CWD/rc.unbound $PKG/etc/rc.d/rc.unbound.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