wok-current diff pcmciautils/receipt @ rev 2681
ffmpeg: Update DEPENDS
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Apr 21 21:31:11 2009 +0000 (2009-04-21) |
parents | 678071bbccce |
children | f25b1712883d |
line diff
1.1 --- a/pcmciautils/receipt Thu Oct 02 00:00:10 2008 +0200 1.2 +++ b/pcmciautils/receipt Tue Apr 21 21:31:11 2009 +0000 1.3 @@ -30,4 +30,9 @@ 1.4 # Udev rules and config. 1.5 cp -a $src/udev/60-pcmcia.rules $fs/etc/udev/rules.d 1.6 cp -a $src/config/config.opts $fs/etc/pcmcia 1.7 + # Fix path 1.8 + sed -i s#/lib/udev/pcmcia-check-broken-cis#/sbin/pcmcia-check-broken-cis# \ 1.9 + $fs/etc/udev/rules.d/60-pcmcia.rules 1.10 + sed -i s#/lib/udev/pcmcia-socket-startup#/sbin/pcmcia-socket-startup# \ 1.11 + $fs/etc/udev/rules.d/60-pcmcia.rules 1.12 }