summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-08-24 09:25:33 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-08-24 09:25:33 +0000
commit4a44a4a57d23c5f165cf77cd5740f40795f4df63 (patch)
treedf419e1707eccab9552c9aee2dbda0e1907788a9 /sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild
parentNew release: 2.11.92 (diff)
downloadgentoo-2-4a44a4a57d23c5f165cf77cd5740f40795f4df63.tar.gz
gentoo-2-4a44a4a57d23c5f165cf77cd5740f40795f4df63.tar.bz2
gentoo-2-4a44a4a57d23c5f165cf77cd5740f40795f4df63.zip
changed 'cp -a' to 'cp -pPR'
(Portage version: 2.0.51.22-r2)
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.ebuild4
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}/
}