diff options
Diffstat (limited to 'net-www/horde/horde-2.2.4.ebuild')
-rw-r--r-- | net-www/horde/horde-2.2.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-www/horde/horde-2.2.4.ebuild b/net-www/horde/horde-2.2.4.ebuild index e69aa7ed50b2..9a488b9951d9 100644 --- a/net-www/horde/horde-2.2.4.ebuild +++ b/net-www/horde/horde-2.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.4.ebuild,v 1.9 2003/12/06 21:54:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.4.ebuild,v 1.10 2003/12/15 20:39:35 stuart Exp $ inherit webapp-apache @@ -33,6 +33,8 @@ pkg_setup() { } src_install () { + webapp-mkdirs + local DocumentRoot=${HTTPD_ROOT} local destdir=${DocumentRoot}/${PN} |