wok diff hal/receipt @ rev 5758

Added xorg-libXss-dev to build depends for xfmedia to build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jul 04 14:49:56 2010 -0400 (2010-07-04)
parents ca2e9a95d244
children 964f5d384827
line diff
     1.1 --- a/hal/receipt	Tue Mar 16 17:21:07 2010 +0000
     1.2 +++ b/hal/receipt	Sun Jul 04 14:49:56 2010 -0400
     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()