summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Affolter <c.affolter@stepping-stone.ch>2013-03-09 08:41:50 -0500
committerAnthony G. Basile <blueness@gentoo.org>2013-03-09 08:44:19 -0500
commit66f8f0c9b7857cd97f3d128bcc7040aa1654e99c (patch)
treefedc45a07ec416a0dd13dbbb918df4bf7fdf3f90 /WebappConfig
parentWebappConfig/db.py: do not leave behind stray install files (diff)
downloadwebapp-config-66f8f0c9b7857cd97f3d128bcc7040aa1654e99c.tar.gz
webapp-config-66f8f0c9b7857cd97f3d128bcc7040aa1654e99c.tar.bz2
webapp-config-66f8f0c9b7857cd97f3d128bcc7040aa1654e99c.zip
WebappConfig/ebuild.py: don't ignore vhost_config_dir value
Thanks Devan Franchini <twitch153@hotmail.com> for testing. X-Gentoo-Bug: 438276 X-Gentoo-Bug-URL: https://bugs.gentoo.org/438276 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'WebappConfig')
-rw-r--r--WebappConfig/ebuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/ebuild.py b/WebappConfig/ebuild.py
index b22d2ae..03c0c57 100644
--- a/WebappConfig/ebuild.py
+++ b/WebappConfig/ebuild.py
@@ -275,7 +275,7 @@ class Ebuild:
v_root = self.get_config('vhost_root')
v_cgi = self.get_config('g_cgibindir')
- v_conf = v_root + '/'
+ v_conf = self.get_config('vhost_config_dir')
v_err = v_root + '/' + self.get_config('my_errorsbase')
v_icon = v_root + '/' + self.get_config('my_iconsbase')