diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-23 19:39:54 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-23 19:39:54 +0000 |
commit | ec29587c09feac66ef854ec73bf59bdefa1a0da5 (patch) | |
tree | 3b6c407b4750de684dea3518cf5f8e44665d1df4 /www-apps/phpwiki/phpwiki-1.2.4.ebuild | |
parent | Removed redundant 3dgamers mirror. (diff) | |
download | gentoo-2-ec29587c09feac66ef854ec73bf59bdefa1a0da5.tar.gz gentoo-2-ec29587c09feac66ef854ec73bf59bdefa1a0da5.tar.bz2 gentoo-2-ec29587c09feac66ef854ec73bf59bdefa1a0da5.zip |
Fix cp -a wrt bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/phpwiki/phpwiki-1.2.4.ebuild')
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/phpwiki/phpwiki-1.2.4.ebuild b/www-apps/phpwiki/phpwiki-1.2.4.ebuild index df0836bf62bd..c962b45554fe 100644 --- a/www-apps/phpwiki/phpwiki-1.2.4.ebuild +++ b/www-apps/phpwiki/phpwiki-1.2.4.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/phpwiki/phpwiki-1.2.4.ebuild,v 1.5 2005/07/05 22:25:55 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.2.4.ebuild,v 1.6 2005/08/23 19:38:19 rl03 Exp $ inherit webapp @@ -18,7 +18,7 @@ RDEPEND="virtual/php src_install() { webapp_src_preinst - cp -a *.php admin images lib locale pgsrc templates \ + cp -pPR *.php admin images lib locale pgsrc templates \ "${D}/${MY_HTDOCSDIR}" dodoc DBLIB.txt CREDITS ChangeLog LICENSE README INSTALL.* |