From 4f0c7d0444d9218f92555b9e97d9920cf0ee9d32 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Thu, 27 Oct 2005 15:42:01 +0000 Subject: Config fix for zope svn path=/; revision=493 --- net-zope/zope/zope-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-zope/zope/zope-3.1.0.ebuild b/net-zope/zope/zope-3.1.0.ebuild index 5fa0aa5..d4926b5 100644 --- a/net-zope/zope/zope-3.1.0.ebuild +++ b/net-zope/zope/zope-3.1.0.ebuild @@ -59,7 +59,7 @@ src_install() { pkg_postinst() { einfo - einfo "This release can create a default instance using the command: ebuild --config =${PF}" + einfo "This release can create a default instance using the command: emerge --config =${PF}" einfo } @@ -82,8 +82,8 @@ pkg_config() { die "Failed to create default instance." fi - ${ZSERVDIR}/bin/mkzopeinstance -d ${ZINSTDIR} -u admin:admin mkdir -p ${ZINSTDIR} + ${ZSERVDIR}/bin/mkzopeinstance -d ${ZINSTDIR} -u admin:admin # remove unnecessary zope.initd rm -f ${ZINSTDIR}/zope.initd -- cgit v1.2.3-65-gdbad