[oe-commits] org.oe.dev busybox 1.2.1: replace mv with a non-gnu-ish cp

koen commit openembedded-commits at lists.openembedded.org
Sat Aug 26 14:10:33 UTC 2006


busybox 1.2.1: replace mv with a non-gnu-ish cp

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 011c3c348c03c4f7a5e1be3d10b2a7000ad4fadf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=011c3c348c03c4f7a5e1be3d10b2a7000ad4fadf
Files:
1
packages/busybox/busybox_1.2.1.bb
Diffs:

#
# mt diff -r989c601b241187e89e1b85f31d57160876e846cd -r011c3c348c03c4f7a5e1be3d10b2a7000ad4fadf
#
# 
# 
# patch "packages/busybox/busybox_1.2.1.bb"
#  from [09512ae8a984902b706f31e5ddf1fcc728b1541c]
#    to [9a54cdcc8d2157f43b2f578dac75beef7c6406ca]
# 
============================================================
--- packages/busybox/busybox_1.2.1.bb	09512ae8a984902b706f31e5ddf1fcc728b1541c
+++ packages/busybox/busybox_1.2.1.bb	9a54cdcc8d2157f43b2f578dac75beef7c6406ca
@@ -74,7 +74,7 @@ do_install () {
 	install -d ${D}/busybox
 	ls ${D} -R
 
-	mv ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/
+	cp -dPr ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/
 	# Move the busybox binary back to /bin
 	install -d ${D}${base_bindir}
 	mv ${D}/busybox${base_bindir}/busybox ${D}${base_bindir}/






More information about the Openembedded-commits mailing list