summaryrefslogtreecommitdiff
path: root/content/busybox-1.00-pre2.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-15 16:47:39 +0000
committerChris Larson <clarson@kergoth.com>2003-09-15 16:47:39 +0000
commit6cf6815c44d6ccb5fb8479c3ba5bfe780d64c9d1 (patch)
tree468b023d65c0ef72de120cad7a4ab275cb0cb9ef /content/busybox-1.00-pre2.oe
parent343f2fa5eafddf29181bd8691723fd0694a03167 (diff)
busybox-1.00-pre3.oe, busybox-1.00-pre2.oe:
BUGFIX: install -d /etc/init.d prior to trying to install files there in the busybox install functions. pcre-4.4.oe: Add do_install function for pcre BKrev: 3f65ed2b2f83lUsQzdjImG1f0Y_3XQ
Diffstat (limited to 'content/busybox-1.00-pre2.oe')
-rw-r--r--content/busybox-1.00-pre2.oe1
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