diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-23 19:36:20 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-23 19:36:20 +0000 |
commit | cfcce2aa9b8d8df1f6035b0f1783fe923f2b11e3 (patch) | |
tree | 1dec43e4812e5d4cfacae97c1b52493664b4c938 /www-apps/pcgi/pcgi-2.0_alpha5.ebuild | |
parent | Fix enewuser invocation wrt bug #103421 (diff) | |
download | gentoo-2-cfcce2aa9b8d8df1f6035b0f1783fe923f2b11e3.tar.gz gentoo-2-cfcce2aa9b8d8df1f6035b0f1783fe923f2b11e3.tar.bz2 gentoo-2-cfcce2aa9b8d8df1f6035b0f1783fe923f2b11e3.zip |
Fixing cp -a wrt bug #103487
(Portage version: 2.0.51.22-r2)
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}/ } |