summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-10-27 15:22:01 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-10-27 15:22:01 +0000
commit8b5337cb97024f6466fd47e273430d826c4064ff (patch)
tree9e99187659890410af1051a0da343fe931f4088f /net-zope
parentSourcedir fix for zope (diff)
downloadoverlay-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.ebuild4
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
}