diff options
Diffstat (limited to 'content/busybox-1.00-pre2.oe')
-rw-r--r-- | content/busybox-1.00-pre2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/busybox-1.00-pre2.oe b/content/busybox-1.00-pre2.oe index 2fcd689f1c..d3a87edd61 100644 --- a/content/busybox-1.00-pre2.oe +++ b/content/busybox-1.00-pre2.oe @@ -29,6 +29,7 @@ do_compile () { do_install () { set -e + install -d ${D}/etc/init.d oe_runmake 'PREFIX=${D}' install install -m 0755 ${FILESDIR}/syslog ${D}/etc/init.d/syslog install -m 0755 ${FILESDIR}/hwclock.sh ${D}/etc/init.d/hwclock.sh |