From 6cf6815c44d6ccb5fb8479c3ba5bfe780d64c9d1 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 15 Sep 2003 16:47:39 +0000 Subject: 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 --- content/busybox-1.00-pre2.oe | 1 + 1 file changed, 1 insertion(+) (limited to 'content/busybox-1.00-pre2.oe') 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 -- cgit v1.2.3