diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 19:23:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 19:23:37 +0000 |
commit | b47e29a8ada2871a8dc333d5c65f20a5b2642081 (patch) | |
tree | d01fc73beb118ff8c35952e141c77f8e734f9530 /games-action/xblast | |
parent | cp -dpR -> cp -pPR for bug #103487. (diff) | |
download | historical-b47e29a8ada2871a8dc333d5c65f20a5b2642081.tar.gz historical-b47e29a8ada2871a8dc333d5c65f20a5b2642081.tar.bz2 historical-b47e29a8ada2871a8dc333d5c65f20a5b2642081.zip |
cp -dpR -> cp -pPR for bug #103487.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'games-action/xblast')
-rw-r--r-- | games-action/xblast/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/xblast/Manifest | 6 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.2.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index 463caaf334cd..dfde146ca04a 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.8 2005/08/23 18:58:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.9 2005/08/23 19:23:37 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild: + cp -dpR -> cp -pPR for bug #103487. 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild: cp -a -> cp -dpR for bug #103487. diff --git a/games-action/xblast/Manifest b/games-action/xblast/Manifest index 9d2dbd456309..ddbc93b3b88f 100644 --- a/games-action/xblast/Manifest +++ b/games-action/xblast/Manifest @@ -1,7 +1,7 @@ -MD5 3ab5084ce70920bab76fa4fab484d75d ChangeLog 1266 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 db457744a183697f6f973fa378459982 xblast-2.10.0.ebuild 966 -MD5 786ae4b4422ad578ccc03ded37445c19 xblast-2.10.2.ebuild 1799 +MD5 7b2796af39ac504bf006a751b4e0057e xblast-2.10.2.ebuild 1799 +MD5 06965d34852c785093af64c5abff8aac ChangeLog 1381 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 dff9802b5ea122b563a59b39b9a55307 files/2.10.0-makefile.patch 2643 MD5 35fd4678be628eab8eb22b97e89af153 files/digest-xblast-2.10.0 83 MD5 5607f339ca03244bb9f8e6e7ecbc4197 files/digest-xblast-2.10.2 402 diff --git a/games-action/xblast/xblast-2.10.2.ebuild b/games-action/xblast/xblast-2.10.2.ebuild index fe6a0cb76129..9b308c25af87 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.3 2005/08/23 18:58:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.2.ebuild,v 1.4 2005/08/23 19:23:37 wolf31o2 Exp $ inherit games @@ -45,7 +45,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -dpR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ + cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ || die "cp failed" # Levels |