diff options
Diffstat (limited to 'sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild')
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild index 047095c120ae..3d947619181f 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.13.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.3.13.ebuild,v 1.3 2005/08/13 01:11:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild,v 1.4 2005/08/24 09:25:33 corsair Exp $ DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" @@ -19,6 +19,6 @@ PROVIDE="virtual/bootloader" src_install() { # don't blow away the user's old conf file mv ${WORKDIR}/etc/yaboot.conf ${WORKDIR}/etc/yaboot.conf.unconfigured - cp -a ${WORKDIR}/* ${D}/ + cp -pPR ${WORKDIR}/* ${D}/ } |