wok diff busybox/receipt @ rev 3175

reconfigure udev after /etc/udev/rules.d addition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 13:26:29 2009 +0200 (2009-05-25)
parents f40ed77124a0
children 1da58af0028a
line diff
     1.1 --- a/busybox/receipt	Tue Apr 07 16:14:12 2009 +0000
     1.2 +++ b/busybox/receipt	Mon May 25 13:26:29 2009 +0200
     1.3 @@ -46,6 +46,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6      cp -a $src/_install/* $fs
     1.7 +    rm -f $fs/sbin/depmod
     1.8      mkdir -p $fs/etc/init.d
     1.9      # Busybox config files.
    1.10      cp stuff/busybox.conf $fs/etc