wok-6.x diff phpvirtualbox/receipt @ rev 14006

get-wifi-firmware, phpvirtualbox: fix chroot in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 17 18:16:25 2013 +0100 (2013-02-17)
parents 52c31d10f766
children 43000dd3196f
line diff
     1.1 --- a/phpvirtualbox/receipt	Mon Feb 21 17:03:04 2011 +0000
     1.2 +++ b/phpvirtualbox/receipt	Sun Feb 17 18:16:25 2013 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  {
     1.5  	# Virtualbox OSE needs to disable authenication for vboxwebsrv
     1.6  	[ -d $1/var/lib/tazpkg/installed/virtualbox ] ||
     1.7 -	chroot $1 VBoxManage setproperty websrvauthlibrary null 
     1.8 +	chroot $1/ VBoxManage setproperty websrvauthlibrary null 
     1.9  
    1.10  	# Configure lighttpd server
    1.11  	if [ -f $1/etc/lighttpd/lighttpd.conf ]; then