wok rev 7631

Removed a extra quote in one the seds line in virtualbox-ose.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 12 19:58:05 2010 +0000 (2010-12-12)
parents 35354c2b87b9
children a3501d98b7a1
files virtualbox-ose/receipt
line diff
     1.1 --- a/virtualbox-ose/receipt	Sun Dec 12 19:51:46 2010 +0000
     1.2 +++ b/virtualbox-ose/receipt	Sun Dec 12 19:58:05 2010 +0000
     1.3 @@ -166,5 +166,5 @@
     1.4  	chroot "$1/" depmod -a $KERNEL_VERSION-slitaz
     1.5  	[ -n "$1" ] || for i in $MODULE_LIST; do modprobe $i ; done
     1.6  	grep -qs vboxdrv $1/etc/rcS.conf ||
     1.7 -	sed -i "s/LOAD_MODULES="/&$MODULE_LIST /" $1/etc/rcS.conf
     1.8 +	sed -i "s/LOAD_MODULES=/&$MODULE_LIST /" $1/etc/rcS.conf
     1.9  }