summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-08-02 23:26:14 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-08-02 23:26:14 +0000
commit5773b76cb405b82c5c098ac74a81bd29d0226cc9 (patch)
tree52c333316e0e919e0c40e0cc7795d3cc6b6b95c3 /eclass/apache-module.eclass
parent065 release (diff)
downloadhistorical-5773b76cb405b82c5c098ac74a81bd29d0226cc9.tar.gz
historical-5773b76cb405b82c5c098ac74a81bd29d0226cc9.tar.bz2
historical-5773b76cb405b82c5c098ac74a81bd29d0226cc9.zip
Fix inconsistant variables APACHE2_MODULES_VHOSTDIR should be APACHE2_VHOSTDIR
Diffstat (limited to 'eclass/apache-module.eclass')
-rw-r--r--eclass/apache-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass
index 2ee4df33f969..8b1be382927d 100644
--- a/eclass/apache-module.eclass
+++ b/eclass/apache-module.eclass
@@ -1,7 +1,7 @@
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Michael Tindal <urilith@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.12 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.13 2005/08/02 23:26:14 vericgar Exp $
inherit depend.apache
@@ -296,7 +296,7 @@ apache2_src_install() {
fi
if [ -n "${APACHE2_VHOSTFILE}" ]; then
- insinto ${APACHE2_MODULES_VHOSTDIR}
+ insinto ${APACHE2_VHOSTDIR}
doins ${FILESDIR}/${APACHE2_VHOSTFILE}.conf
fi