diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-06 09:21:52 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-06 09:21:52 +0000 |
commit | 907189009c564c11ad3b8597d1426c2a765e4375 (patch) | |
tree | fbb58867129e71093198104815112372a302dec8 /net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild | |
parent | Initial import. #18745 (diff) | |
download | historical-907189009c564c11ad3b8597d1426c2a765e4375.tar.gz historical-907189009c564c11ad3b8597d1426c2a765e4375.tar.bz2 historical-907189009c564c11ad3b8597d1426c2a765e4375.zip |
Changed wording of ewarnings, to recommend using cmfquickinstallertool.
Diffstat (limited to 'net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild')
-rw-r--r-- | net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild b/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild index 4b6639ac6da3..6d79f8ccb02f 100644 --- a/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild +++ b/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild,v 1.2 2003/04/04 03:49:38 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild,v 1.3 2003/04/06 09:21:24 kutsuya Exp $ inherit zproduct @@ -17,7 +17,7 @@ ZPROD_LIST="CMFCollectorNG" pkg_postinst() { zproduct_pkg_postinst - ewarn "Please read INSTALL.txt.gz for this product to understand how to" - ewarn "'add' this product into a CMF site. (i.e. external method)" + ewarn "Please use CMFQuickInstallerTool or read the documentation of this" + ewarn "product for instruction on how to add this product to your CMF/Plone site." } |