wok diff slitaz-eeepc/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents eb8067417980
children
line diff
     1.1 --- a/slitaz-eeepc/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/slitaz-eeepc/receipt	Tue Feb 05 17:01:36 2019 +0100
     1.3 @@ -35,11 +35,11 @@
     1.4  
     1.5  pre_install()
     1.6  {
     1.7 -	. $1/etc/rcS.conf
     1.8 -	sed -i s/'RUN_SCRIPTS="'/'RUN_SCRIPTS="eeepc.sh '/ $1/etc/rcS.conf
     1.9 +	. "$1/etc/rcS.conf"
    1.10 +	sed -i s/'RUN_SCRIPTS="'/'RUN_SCRIPTS="eeepc.sh '/ "$1/etc/rcS.conf"
    1.11  	# Load module ac and battery
    1.12  	sed -i s/"LOAD_MODULES=\"$LOAD_MODULES\""/"LOAD_MODULES=\"$LOAD_MODULES ac battery\""/ \
    1.13 -		$1/etc/rcS.conf
    1.14 +		"$1/etc/rcS.conf"
    1.15  }
    1.16  
    1.17  pre_remove()