diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 19:00:52 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 19:00:52 +0000 |
commit | 242e118e6384c65656543ca633e263d228e8a766 (patch) | |
tree | fac8b693c44690b21bf8f4a093c8266b89bb5288 /games-action | |
parent | cp -a -> cp -dpR for bug #103487. (diff) | |
download | gentoo-2-242e118e6384c65656543ca633e263d228e8a766.tar.gz gentoo-2-242e118e6384c65656543ca633e263d228e8a766.tar.bz2 gentoo-2-242e118e6384c65656543ca633e263d228e8a766.zip |
cp -a -> cp -dpR for bug #103487.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xblast/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index 545e74d65b58..463caaf334cd 100644 --- a/games-action/xblast/ChangeLog +++ b/games-action/xblast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xblast # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.7 2005/05/31 09:17:44 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.8 2005/08/23 18:58:20 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild: + cp -a -> cp -dpR for bug #103487. 31 May 2005; Marcus D. Hanwell <marcus@gentoo.org> xblast-2.10.2.ebuild: Stable on amd64. diff --git a/games-action/xblast/xblast-2.10.2.ebuild b/games-action/xblast/xblast-2.10.2.ebuild index 76d97d40ecef..fe6a0cb76129 100644 --- a/games-action/xblast/xblast-2.10.2.ebuild +++ b/games-action/xblast/xblast-2.10.2.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/games-action/xblast/xblast-2.10.2.ebuild,v 1.2 2005/05/31 09:17:44 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.2.ebuild,v 1.3 2005/08/23 18:58:20 wolf31o2 Exp $ inherit games @@ -45,7 +45,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -a "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ + cp -dpR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ || die "cp failed" # Levels |