diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 20:10:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 20:10:30 +0000 |
commit | 2a4263e2966b9b55e0091fc2f7c0a9f8274e3f0d (patch) | |
tree | 5511f9c42c1a31e1ef4aa433dd5ed396c7f5d234 | |
parent | 649bb4df6f0f0e500e622adff43a5dc83613e632 (diff) |
one more time for luck - patch courtesy pb_.
BKrev: 4092b2b6IG7f6vqW8KgiDbOrFJTOFw
-rw-r--r-- | busybox/busybox_1.00-pre10.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/busybox_1.00-pre10.oe b/busybox/busybox_1.00-pre10.oe index dd59ee1c95..3e1751088f 100644 --- a/busybox/busybox_1.00-pre10.oe +++ b/busybox/busybox_1.00-pre10.oe @@ -34,6 +34,6 @@ do_install () { 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 - install -d ${D}${datadir}/udhcp + install -d ${D}${datadir}/udhcpc install -m 0755 ${S}/examples/udhcp/simple.script ${D}${datadir}/udhcpc/default.script } |