diff --git a/srcpkgs/udev/files/udev.initramfs-hook b/srcpkgs/udev/files/udev.initramfs-hook index 257a21aafc5..8d594b33282 100644 --- a/srcpkgs/udev/files/udev.initramfs-hook +++ b/srcpkgs/udev/files/udev.initramfs-hook @@ -43,4 +43,4 @@ done # Copy across helpers the rules need mkdir -p ${DESTDIR}/lib/udev copy_exec /lib/udev/path_id /lib/udev -cp -f /lib/udev/firmware.sh ${DESTDIR}/lib/udev +cp -f /lib/udev/firmware ${DESTDIR}/lib/udev diff --git a/srcpkgs/udev/template b/srcpkgs/udev/template index f5c7f5d457c..c6b4e21604e 100644 --- a/srcpkgs/udev/template +++ b/srcpkgs/udev/template @@ -1,6 +1,7 @@ # Template file for 'udev' pkgname=udev version=150 +revision=1 distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2" build_style=gnu_configure configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev