diff options
Diffstat (limited to 'www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild')
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild index 528fe97caa13..929ec63f6c7f 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild,v 1.6 2005/05/24 14:38:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild,v 1.7 2005/10/23 14:59:08 rl03 Exp $ inherit perl-module webapp @@ -62,7 +62,7 @@ pkg_postinst() { einfo "You should edit your /etc/apache2/conf/modules.d/76_apache-gallery.conf file to suit." else einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"emerge --config =${PF}\"" einfo "to have your apache.conf auto-updated." einfo "You should then edit your /etc/apache/conf/addon-modules/apache-gallery.conf file to suit." einfo |