diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-15 17:48:52 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-15 17:48:52 +0000 |
commit | 2dfe823274e6271494d4bcbc53e5a88103ed2315 (patch) | |
tree | 7d0d49b9ae5c45736276e0603112cf12af88f7fa /www-apps | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-2dfe823274e6271494d4bcbc53e5a88103ed2315.tar.gz gentoo-2-2dfe823274e6271494d4bcbc53e5a88103ed2315.tar.bz2 gentoo-2-2dfe823274e6271494d4bcbc53e5a88103ed2315.zip |
Minor tweaks
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/groupoffice/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/groupoffice/files/postinstall2-en.txt | 1 | ||||
-rw-r--r-- | www-apps/groupoffice/groupoffice-2.16.8.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/www-apps/groupoffice/ChangeLog b/www-apps/groupoffice/ChangeLog index 5ad9cbc3cccc..c68430779251 100644 --- a/www-apps/groupoffice/ChangeLog +++ b/www-apps/groupoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/groupoffice # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.18 2007/01/14 16:10:23 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.19 2007/01/15 17:48:52 rl03 Exp $ + + 15 Jan 2007; Renat Lumpau <rl03@gentoo.org> files/postinstall2-en.txt, + groupoffice-2.16.8.ebuild: + Minor tweaks *groupoffice-2.16.8 (14 Jan 2007) diff --git a/www-apps/groupoffice/files/postinstall2-en.txt b/www-apps/groupoffice/files/postinstall2-en.txt index 7243fe2dabaf..6a2817581d60 100644 --- a/www-apps/groupoffice/files/postinstall2-en.txt +++ b/www-apps/groupoffice/files/postinstall2-en.txt @@ -6,3 +6,4 @@ Local data are stored in ${MY_INSTALLDIR}/local When you are done with the installation, rm -Rf ${MY_INSTALLDIR}/install/ +or use an .htaccess file to secure the installation directory. diff --git a/www-apps/groupoffice/groupoffice-2.16.8.ebuild b/www-apps/groupoffice/groupoffice-2.16.8.ebuild index 6fbe7e336c9b..54ca73131c21 100644 --- a/www-apps/groupoffice/groupoffice-2.16.8.ebuild +++ b/www-apps/groupoffice/groupoffice-2.16.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.16.8.ebuild,v 1.1 2007/01/14 16:10:23 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.16.8.ebuild,v 1.2 2007/01/15 17:48:52 rl03 Exp $ inherit eutils webapp depend.php versionator @@ -40,7 +40,7 @@ src_install() { dodir ${MY_HOSTROOTDIR}/${P}/userdata ${MY_HTDOCSDIR}/local webapp_serverowned ${MY_HTDOCSDIR} - webapp_serverowned ${MY_HOSTROOTDIR}/${P}/userdata + webapp_serverowned -R ${MY_HOSTROOTDIR}/${P}/userdata webapp_serverowned ${MY_HTDOCSDIR}/local webapp_configfile ${MY_HTDOCSDIR}/config.php |