fix typo - patch courtesy pb_.
authorMichael Lauer <mickey@vanille-media.de>
Sat, 1 May 2004 08:57:20 +0000 (08:57 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 1 May 2004 08:57:20 +0000 (08:57 +0000)
BKrev: 40936670t8pBMV0IO-PFOzwNd_Kxhg

udev/udev_024.oe

index 94bf4eb..fe6b915 100644 (file)
@@ -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