diff options
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 6 |
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 } |