wok-6.x diff hal/receipt @ rev 5263
Up: bison (2.4.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 13 23:48:27 2010 +0200 (2010-04-13) |
parents | ca2e9a95d244 |
children | 964f5d384827 |
line diff
1.1 --- a/hal/receipt Tue Mar 16 17:21:07 2010 +0000 1.2 +++ b/hal/receipt Tue Apr 13 23:48:27 2010 +0200 1.3 @@ -74,6 +74,13 @@ 1.4 rm $fs/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi 1.5 rm $fs/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi 1.6 rm $fs/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi 1.7 + 1.8 + # change bash to sh in hal scripts 1.9 + sed -i 's:/bin/bash:/bin/sh:' $fs/usr/lib/hal/scripts/hal* 1.10 + sed -i 's:/bin/bash:/bin/sh:' $fs/usr/lib/hal/scripts/linux/hal* 1.11 + # use full-path 1.12 + sed -i 's:hal-functions:/usr/lib/hal/scripts/hal-functions:' $fs/usr/lib/hal/scripts/hal* 1.13 + sed -i 's:hal-functions:/usr/lib/hal/scripts/hal-functions:' $fs/usr/lib/hal/scripts/linux/hal* 1.14 } 1.15 1.16 pre_install()