diff --git a/srcpkgs/udev/template b/srcpkgs/udev/template index 722371796f..5ab58227b5 100644 --- a/srcpkgs/udev/template +++ b/srcpkgs/udev/template @@ -1,12 +1,14 @@ # Template file for 'udev' pkgname=udev version=177 +revision=1 distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz" build_style=gnu-configure configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib --with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy --with-systemdsystemunitdir=/lib/systemd/system --disable-gudev ---enable-udev_acl --disable-static --disable-rule-generator" +--enable-udev_acl --disable-static --disable-rule-generator +--with-firmware-path=/lib/firmware/updates:/lib/firmware" short_desc="/dev/ and hotplug management daemon" maintainer="Juan RP " homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"