summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-08-23 19:15:13 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-08-23 19:15:13 +0000
commitdcfaebc85bd6f55cafaabb212abca17ba1013ef3 (patch)
tree2c6134923086e6bc93e5a7a776b3c8e1efe87122 /games-strategy
parentMake gnome-vfs dependency optional. (diff)
downloadgentoo-2-dcfaebc85bd6f55cafaabb212abca17ba1013ef3.tar.gz
gentoo-2-dcfaebc85bd6f55cafaabb212abca17ba1013ef3.tar.bz2
gentoo-2-dcfaebc85bd6f55cafaabb212abca17ba1013ef3.zip
cp -dpR -> cp -pPR for bug #103487.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/lgeneral/ChangeLog6
-rw-r--r--games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/lgeneral/ChangeLog b/games-strategy/lgeneral/ChangeLog
index a0c16c11425d..a10df8a936cc 100644
--- a/games-strategy/lgeneral/ChangeLog
+++ b/games-strategy/lgeneral/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/lgeneral
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/ChangeLog,v 1.11 2005/08/23 19:09:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/ChangeLog,v 1.12 2005/08/23 19:15:13 wolf31o2 Exp $
+
+ 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ lgeneral-1.2_beta2.ebuild:
+ cp -dpR -> cp -pPR for bug #103487.
23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
lgeneral-1.2_beta2.ebuild:
diff --git a/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild b/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild
index 9c9a149bb66c..ed7e7eba8297 100644
--- a/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild
+++ b/games-strategy/lgeneral/lgeneral-1.2_beta2.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-strategy/lgeneral/lgeneral-1.2_beta2.ebuild,v 1.6 2005/08/23 19:09:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild,v 1.7 2005/08/23 19:15:13 wolf31o2 Exp $
inherit eutils games
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
# Build a temporary lgc-pg that knows about /var/tmp/portage in work/lgc-pg:
- cp -dpR "${S}" "${WORKDIR}/lgc-pg" || die "cp failed."
+ cp -pPR "${S}" "${WORKDIR}/lgc-pg" || die "cp failed."
}
src_compile() {