summaryrefslogtreecommitdiffstats
path: root/network/cherokee/cherokee.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-07 12:08:33 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-08 09:44:42 +0700
commit296ec493b77675232133005fb218f600d37aa67f (patch)
tree6f674c949d272105f0f36b457e9b29b6f087bb36 /network/cherokee/cherokee.SlackBuild
parentbfc593d5a8ce4af2bede321da9bc752b753601df (diff)
downloadslackbuilds-296ec493b77675232133005fb218f600d37aa67f.tar.gz
slackbuilds-296ec493b77675232133005fb218f600d37aa67f.tar.xz
network/cherokee: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cherokee/cherokee.SlackBuild')
-rw-r--r--network/cherokee/cherokee.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/cherokee/cherokee.SlackBuild b/network/cherokee/cherokee.SlackBuild
index 9f6ef3b0e8..b0eff407bc 100644
--- a/network/cherokee/cherokee.SlackBuild
+++ b/network/cherokee/cherokee.SlackBuild
@@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cherokee
VERSION=${VERSION:-20180709_9a75e65}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -140,6 +140,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
install -D -m 0755 $CWD/rc.$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM.new
mv $PKG/etc/cherokee/cherokee.conf $PKG/etc/cherokee/cherokee.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