diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:51:28 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:51:28 +0000 |
commit | 938216a217d72391009b1a0e8963196a40ebe50c (patch) | |
tree | 15371287b91a38fce6d7be6264f0ab767bcb225b /net-www/horde-turba | |
parent | Fix for bug #32636 (diff) | |
download | gentoo-2-938216a217d72391009b1a0e8963196a40ebe50c.tar.gz gentoo-2-938216a217d72391009b1a0e8963196a40ebe50c.tar.bz2 gentoo-2-938216a217d72391009b1a0e8963196a40ebe50c.zip |
Fix for bug #32636
Diffstat (limited to 'net-www/horde-turba')
-rw-r--r-- | net-www/horde-turba/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/horde-turba/Manifest | 4 | ||||
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.1.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-www/horde-turba/ChangeLog b/net-www/horde-turba/ChangeLog index e3a99f9611b7..958211b77fa8 100644 --- a/net-www/horde-turba/ChangeLog +++ b/net-www/horde-turba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/horde-turba # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.8 2003/12/04 17:50:14 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.9 2003/12/15 20:48:12 stuart Exp $ + + 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> horde-turba-1.2.1.ebuild: + Fix for bug #32636 04 Dec 2003; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.1.ebuild: added webapps-apache diff --git a/net-www/horde-turba/Manifest b/net-www/horde-turba/Manifest index b1a8c3d96c3e..19c7297e509c 100644 --- a/net-www/horde-turba/Manifest +++ b/net-www/horde-turba/Manifest @@ -1,3 +1,3 @@ -MD5 00a82ee5bf2da42ba0e3005b616c0434 ChangeLog 991 -MD5 658d7cf0fa8663ee9c08d85476baf4dd horde-turba-1.2.1.ebuild 1642 +MD5 5f48db072bf900111ded9f1e01701546 horde-turba-1.2.1.ebuild 1657 +MD5 a5a39c38c22e3c639dbdfcf3ea594980 ChangeLog 1088 MD5 c040f6dc39be9087c0815f2eb07dbf27 files/digest-horde-turba-1.2.1 63 diff --git a/net-www/horde-turba/horde-turba-1.2.1.ebuild b/net-www/horde-turba/horde-turba-1.2.1.ebuild index 6ce5d09c0f50..513d8bfd1350 100644 --- a/net-www/horde-turba/horde-turba-1.2.1.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.1.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-turba/horde-turba-1.2.1.ebuild,v 1.4 2003/12/08 01:55:13 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.5 2003/12/15 20:48:12 stuart Exp $ inherit webapp-apache @@ -38,6 +38,8 @@ pkg_setup() { } src_install () { + webapp-mkdirs + local DocumentRoot=${HTTPD_ROOT} local destdir=${DocumentRoot}/horde/turba |