diff options
Diffstat (limited to 'www-apps/pcgi/pcgi-2.0_alpha5.ebuild')
-rw-r--r-- | www-apps/pcgi/pcgi-2.0_alpha5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild b/www-apps/pcgi/pcgi-2.0_alpha5.ebuild index 9b1c018b4e49..b331a485d0a3 100644 --- a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild +++ b/www-apps/pcgi/pcgi-2.0_alpha5.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/pcgi/pcgi-2.0_alpha5.ebuild,v 1.3 2005/06/27 14:54:56 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/pcgi/pcgi-2.0_alpha5.ebuild,v 1.4 2005/08/23 19:35:23 rl03 Exp $ # this package is ONLY available inside the Zope tarball!!! ZOPE_PV=2.6.1 @@ -46,5 +46,5 @@ src_install() { dobin Util/killpcgi.py Util/pcgifile.py dobin pcgi_publisher.py newbin Test/parseinfo pcgi-parseinfo - cp -ra Example ${D}/usr/share/doc/${PF}/ + cp -pPR Example ${D}/usr/share/doc/${PF}/ } |