wok-next diff udev/receipt @ rev 2265

udev: fix pcmciautils path in rules (Thanks subdriver)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 17 14:59:15 2009 +0100 (2009-02-17)
parents b35fd0ef7f31
children 9229b32500c7
line diff
     1.1 --- a/udev/receipt	Tue Jan 27 14:28:03 2009 +0100
     1.2 +++ b/udev/receipt	Tue Feb 17 14:59:15 2009 +0100
     1.3 @@ -42,6 +42,12 @@
     1.4  	cp stuff/udev.conf $fs/etc/udev
     1.5  	cp stuff/90-permissions.rules $fs/etc/udev/rules.d
     1.6  	cp -a $src/rules/packages/40-alsa.rules $fs/etc/udev/rules.d
     1.7 +	
     1.8 +	# Fix pcmciautils path
     1.9 +	sed -i s'|/lib/udev/pcmcia-check-broken-cis|/sbin/pcmcia-check-broken-cis' \
    1.10 +		$fs/etc/udev/rules.d/60-pcmcia.rules
    1.11 +	sed -i s'|/lib/udev/pcmcia-socket-startup|/sbin/pcmcia-socket-startup|' \
    1.12 +		$fs/etc/udev/rules.d/60-pcmcia.rules
    1.13  }
    1.14  
    1.15  post_install()