summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/yaboot-static/yaboot-static-1.0.ebuild')
-rw-r--r--sys-boot/yaboot-static/yaboot-static-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild b/sys-boot/yaboot-static/yaboot-static-1.0.ebuild
index ff532f9a1dff..2da9c6777bf4 100644
--- a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild
+++ b/sys-boot/yaboot-static/yaboot-static-1.0.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/sys-boot/yaboot-static/yaboot-static-1.0.ebuild,v 1.4 2005/04/07 03:37:51 dostrow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.0.ebuild,v 1.5 2005/08/24 09:25:33 corsair Exp $
DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
@@ -14,6 +14,6 @@ DEPEND="!sys-apps/yaboot"
PROVIDE="virtual/bootloader"
src_install() {
- cp -a ${WORKDIR}/* ${D}/
+ cp -pPR ${WORKDIR}/* ${D}/
}