diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-08-27 17:20:35 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-08-27 17:20:35 +0000 |
commit | 69383bc09ea895755f1ed236c686e5c6cdf9ced7 (patch) | |
tree | 79debc84d115e3331af9e384af855e5dfdb25d2c /packages/busybox/busybox_1.2.1.bb | |
parent | b59ce10791fa913ef0915e48a514f04ca2815977 (diff) | |
parent | 2ef9cf97f34b7ec69f1df908413afa462e09ba61 (diff) |
merge of '31791b517fd0fdc4e50c48d20a836408a23727d3'
and 'ce3b6559d2cb3ba65a6dd0f69e76c890fe48f129'
Diffstat (limited to 'packages/busybox/busybox_1.2.1.bb')
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index 8b399f1626..741df3f62d 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -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}/ |