From: Michael Lauer Date: Sat, 1 May 2004 08:57:20 +0000 (+0000) Subject: fix typo - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19426 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242e22f80d4c2a3cfaad58feeeeb6c4d7f19db52;p=openembedded.git fix typo - patch courtesy pb_. BKrev: 40936670t8pBMV0IO-PFOzwNd_Kxhg --- diff --git a/udev/udev_024.oe b/udev/udev_024.oe index 94bf4eb9ef..fe6b915271 100644 --- a/udev/udev_024.oe +++ b/udev/udev_024.oe @@ -26,7 +26,7 @@ do_install () { if [ "${udevdir}" == "/dev" ]; then install -m 0755 ${S}/extras/start_udev ${D}/etc/init.d/start_udev install -d ${D}/etc/rcS.d - ln -s /etc/init.d/start/dev ${D}/etc/rcS.d/S37start_udev + ln -s /etc/init.d/start_udev ${D}/etc/rcS.d/S37start_udev else chmod 0755 ${D}/etc/init.d/udev fi