diff options
author | 2005-08-23 19:16:38 +0000 | |
---|---|---|
committer | 2005-08-23 19:16:38 +0000 | |
commit | 25353b538aacb7ab44dd73490f85302df51707c4 (patch) | |
tree | b18d80fa3c50fb1c691e8e7792cc20e1bb7db988 /games-simulation/flightgear/flightgear-0.9.4.ebuild | |
parent | cp -dpR -> cp -pPR for bug #103487. (diff) | |
download | gentoo-2-25353b538aacb7ab44dd73490f85302df51707c4.tar.gz gentoo-2-25353b538aacb7ab44dd73490f85302df51707c4.tar.bz2 gentoo-2-25353b538aacb7ab44dd73490f85302df51707c4.zip |
cp -dpR -> cp -pPR for bug #103487.
(Portage version: 1.589-cvs)
Diffstat (limited to 'games-simulation/flightgear/flightgear-0.9.4.ebuild')
-rw-r--r-- | games-simulation/flightgear/flightgear-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/flightgear/flightgear-0.9.4.ebuild b/games-simulation/flightgear/flightgear-0.9.4.ebuild index 3acca7f6423f..b03b3b112b7b 100644 --- a/games-simulation/flightgear/flightgear-0.9.4.ebuild +++ b/games-simulation/flightgear/flightgear-0.9.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/games-simulation/flightgear/flightgear-0.9.4.ebuild,v 1.11 2005/08/23 19:07:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.4.ebuild,v 1.12 2005/08/23 19:16:38 wolf31o2 Exp $ inherit flag-o-matic games @@ -45,7 +45,7 @@ src_install() { egamesinstall || die dodir "${GAMES_LIBDIR}/${MY_PN}" - cp -dpR data/* "${D}/${GAMES_LIBDIR}/${MY_PN}" || die "cp failed" + cp -pPR data/* "${D}/${GAMES_LIBDIR}/${MY_PN}" || die "cp failed" dodoc README* ChangeLog AUTHORS NEWS Thanks |