summaryrefslogtreecommitdiffstats
path: root/network/mod_chroot/mod_chroot.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-02-13 17:24:24 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-02-28 09:42:02 -0600
commit8fd9de9fe5005c1a176c5a3fe7c70e0defcf86b2 (patch)
tree02abba3aa2686c78813684713e7fd3273be6380b /network/mod_chroot/mod_chroot.SlackBuild
parentb59d7ba6b60c8bac16f18c33c04144c40b5fcede (diff)
downloadslackbuilds-8fd9de9fe5005c1a176c5a3fe7c70e0defcf86b2.tar.gz
slackbuilds-8fd9de9fe5005c1a176c5a3fe7c70e0defcf86b2.tar.xz
network/mod_chroot: Install config file to /etc/httpd/extra/
(instead of toplevel /etc/httpd/) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--network/mod_chroot/mod_chroot.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/mod_chroot/mod_chroot.SlackBuild b/network/mod_chroot/mod_chroot.SlackBuild
index 86c7489691..5e821adcc2 100644
--- a/network/mod_chroot/mod_chroot.SlackBuild
+++ b/network/mod_chroot/mod_chroot.SlackBuild
@@ -9,7 +9,7 @@
PRGNAM=mod_chroot
VERSION=${VERSION:-0.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -71,9 +71,9 @@ install --mode=755 --strip .libs/mod_chroot.so $PKG/usr/lib${LIBDIRSUFFIX}/httpd
mkdir -p $PKG/var/chroot/httpd/{srv,var/run/httpd,var/www}
# Install a sample mod_chroot.conf file
-mkdir -p $PKG/etc/httpd/
+mkdir -p $PKG/etc/httpd/extra
sed "s%@baselibdir@%lib${LIBDIRSUFFIX}%" $CWD/mod_chroot.conf > \
- $PKG/etc/httpd/mod_chroot.conf.new
+ $PKG/etc/httpd/extra/mod_chroot.conf.new
# Documentiation
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION