summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-08-23 19:22:40 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-08-23 19:22:40 +0000
commita8628cd81c12315d5c92035bf94f9aeb69eda58e (patch)
tree6d741735bd89151e5455d6eb1c8150b039b498b5 /games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
parentStable on alpha and x86 (diff)
downloadgentoo-2-a8628cd81c12315d5c92035bf94f9aeb69eda58e.tar.gz
gentoo-2-a8628cd81c12315d5c92035bf94f9aeb69eda58e.tar.bz2
gentoo-2-a8628cd81c12315d5c92035bf94f9aeb69eda58e.zip
cp -dpR -> cp -pPR for bug #103487.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r--games-puzzle/hoh-bin/hoh-bin-1.01.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
index b62093f2552f..2bf58d6b6857 100644
--- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
+++ b/games-puzzle/hoh-bin/hoh-bin-1.01.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-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.5 2005/08/23 19:05:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.6 2005/08/23 19:18:23 wolf31o2 Exp $
inherit games
@@ -33,7 +33,7 @@ src_install() {
dogamesbin "${T}/hoh" || die "dogames bin failed"
dodir "${DATADIR}" "${DOCDIR}" || die "dodir failed"
- cp -dpRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
- cp -dpRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
+ cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
+ cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
prepgamesdirs
}