updated all base packages
[hdw-linux/hdw-linux.git] / packages / base / udev / udev
index 8169a38..31d0779 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 025
+# [V] 059
 # [S] 1-9 2-15
-# [D] udev-027.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
+# [D] udev-059.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
 
 make_conf="udevdir=/dev $make_conf"
 install_conf="udevdir=/dev"
@@ -15,14 +15,6 @@ u_root=$root
 if [ "$hdw_status" = "1" ] ; then
        make_conf="prefix=$prefix etcdir=$prefix/etc $make_conf"
        install_conf="DESTDIR=$prefix $install_conf"
-       pre_install()   {
-               mv udevstart.c udevstart.c.orig
-               sed "s%/sbin/udev%$u_root/sbin/udev%g" udevstart.c.orig > \
-                       udevstart.c
-               mv etc/udev/udev.conf.in etc/udev/udev.conf.in.orig
-               sed "s%/etc%$u_root/etc%g" etc/udev/udev.conf.in.orig > \
-                       etc/udev/udev.conf.in
-                       }
 fi
 
 post_install() {