diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-02-21 21:27:41 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-02-21 21:27:41 +0000 |
commit | 56b783548b3573459c4fddb695699eab0ecb4230 (patch) | |
tree | f1d4caabc6312e1c1f31bd347a21a7cf1c4d8617 /packages/udev/udev_097.bb | |
parent | d46c1b4af2eb876e742c70e520612629745edb09 (diff) |
udev: Fixup slight mistake in previous commit, bump PR
Diffstat (limited to 'packages/udev/udev_097.bb')
-rw-r--r-- | packages/udev/udev_097.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/udev/udev_097.bb b/packages/udev/udev_097.bb index d7cc3aa017..2af5556dbd 100644 --- a/packages/udev/udev_097.bb +++ b/packages/udev/udev_097.bb @@ -8,7 +8,7 @@ used to detect the type of a file system and read its metadata." DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \ needed to link programs with libvolume_id." -PR = "r6" +PR = "r7" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ @@ -30,7 +30,8 @@ EXTRA_OEMAKE += "libudevdir=/lib/udev libdir=${base_libdir} prefix=" do_install () { install -d ${D}${usrsbindir} \ - ${D}${sbindir} + ${D}${sbindir} \ + ${D}${sysconfdir} oe_runmake 'DESTDIR=${D}' INSTALL=install install install -d ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev @@ -68,7 +69,6 @@ pkg_postinst_append() { if test "$mp" = "/" then root_partition="$dev" - install -d ${sysconfdir}/udev echo "$root_partition" >> ${sysconfdir}/udev/mount.blacklist fi done < ${sysconfdir}/fstab |