initramfs-tools: hooks/udevhelper tries to copy an unexistent file.

--HG--
extra : convert_revision : a134f157db4571ee999c965e504d4bce188e9125
This commit is contained in:
Juan RP 2009-02-25 18:54:56 +01:00
parent cb4333e216
commit 3d9bf73432

View File

@ -109,3 +109,13 @@
fi
run_scripts /usr/share/initramfs-tools/hooks
--- hooks/udevhelper.orig 2009-02-25 18:45:49.668815336 +0100
+++ hooks/udevhelper 2009-02-25 18:45:57.992588909 +0100
@@ -29,7 +29,6 @@ if [ -e $DESTDIR/lib/udev/ ] && [ -e $DE
exit 0
fi
-cp /lib/udev/hotplug.functions $DESTDIR/lib/udev/
for program in /lib/udev/*_id; do
copy_exec $program /lib/udev/
done