diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:56:47 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:56:47 +0000 |
commit | 7710de68896a8944422dd156960d754d054897c0 (patch) | |
tree | 99c9a3f489688ca27a0315eccd8e73bb5622b9d9 /net-www/horde-kronolith | |
parent | Fix for bug #32636 (diff) | |
download | historical-7710de68896a8944422dd156960d754d054897c0.tar.gz historical-7710de68896a8944422dd156960d754d054897c0.tar.bz2 historical-7710de68896a8944422dd156960d754d054897c0.zip |
Fix for bug #32636
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r-- | net-www/horde-kronolith/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/horde-kronolith/Manifest | 4 | ||||
-rw-r--r-- | net-www/horde-kronolith/horde-kronolith-1.1.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-www/horde-kronolith/ChangeLog b/net-www/horde-kronolith/ChangeLog index 7b16f4842c6a..0847905e201d 100644 --- a/net-www/horde-kronolith/ChangeLog +++ b/net-www/horde-kronolith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/horde-kronolith # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.8 2003/12/04 17:52:02 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.9 2003/12/15 20:56:38 stuart Exp $ + + 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> horde-kronolith-1.1.ebuild: + Fix for bug #32636 04 Dec 2003; Martin Holzer <mholzer@gentoo.org> horde-kronolith-1.1.ebuild: fixing coreutils chown. diff --git a/net-www/horde-kronolith/Manifest b/net-www/horde-kronolith/Manifest index c7f82c7d8c70..4f8d15c34b46 100644 --- a/net-www/horde-kronolith/Manifest +++ b/net-www/horde-kronolith/Manifest @@ -1,4 +1,4 @@ -MD5 39062545422c13103468e33e807da954 horde-kronolith-1.1.ebuild 1444 +MD5 2c73e41e5032af483beb4198aea17c64 ChangeLog 1259 MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 -MD5 acc44c34c495c4ba4f44c41e6d5caec7 ChangeLog 1160 +MD5 0f94119b451310cc1f1a348399878c8e horde-kronolith-1.1.ebuild 1459 MD5 f09bb55eca7a247b6b728c8f88648705 files/digest-horde-kronolith-1.1 65 diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.ebuild index a3e26b53001c..07759431ebab 100644 --- a/net-www/horde-kronolith/horde-kronolith-1.1.ebuild +++ b/net-www/horde-kronolith/horde-kronolith-1.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-kronolith/horde-kronolith-1.1.ebuild,v 1.5 2003/12/04 17:52:02 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/horde-kronolith-1.1.ebuild,v 1.6 2003/12/15 20:56:38 stuart Exp $ inherit webapp-apache @@ -32,6 +32,8 @@ pkg_setup() { } src_install () { + webapp-mkdirs + local DocumentRoot=${HTTPD_ROOT} local destdir=${DocumentRoot}/horde/kronolith |