From bc7374ccbf0af8257f4f30ddad4b2a4aba73cc54 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 23 Aug 2005 19:09:11 +0000 Subject: cp -a -> cp -dpR for bug #103487. (Portage version: 2.0.51.22-r2) --- games-puzzle/hoh-bin/hoh-bin-1.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-puzzle/hoh-bin/hoh-bin-1.0.ebuild') diff --git a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild index 4350b1d8894a..5032ae9f0864 100644 --- a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild +++ b/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.0.ebuild,v 1.3 2004/06/24 23:06:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild,v 1.4 2005/08/23 19:05:33 wolf31o2 Exp $ inherit games @@ -32,7 +32,7 @@ src_install() { dogamesbin "${T}/hoh" || die "dogames bin failed" dodir "${DATADIR}" "${DOCDIR}" || die "dodir failed" - cp -af data/* "${D}/${DATADIR}/" || die "cp failed (data)" - cp -af docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)" + cp -dpRf data/* "${D}/${DATADIR}/" || die "cp failed (data)" + cp -dpRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)" prepgamesdirs } -- cgit v1.2.3-65-gdbad