diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-10-27 15:22:01 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-10-27 15:22:01 +0000 |
commit | 8b5337cb97024f6466fd47e273430d826c4064ff (patch) | |
tree | 9e99187659890410af1051a0da343fe931f4088f /net-zope | |
parent | Sourcedir fix for zope (diff) | |
download | overlay-8b5337cb97024f6466fd47e273430d826c4064ff.tar.gz overlay-8b5337cb97024f6466fd47e273430d826c4064ff.tar.bz2 overlay-8b5337cb97024f6466fd47e273430d826c4064ff.zip |
Sourcedir fix for zope
svn path=/; revision=492
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/zope-3.1.0.ebuild | 4 |
1 files 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 f1bc4b0..5fa0aa5 100644 --- a/net-zope/zope/zope-3.1.0.ebuild +++ b/net-zope/zope/zope-3.1.0.ebuild @@ -42,7 +42,7 @@ src_install() { dodoc README.txt dodoc Zope/doc/*.txt - for DIR in schema security skins style zcml zstyle + for DIR in schema security skins style zcml zsync do docinto ${DIR} dodoc Zope/doc/${DIR}/* @@ -59,7 +59,7 @@ src_install() { pkg_postinst() { einfo - einfo "This release ($PN) can create a default instance using the command: ebuild --config =${PV}" + einfo "This release can create a default instance using the command: ebuild --config =${PF}" einfo } |