# HG changeset patch # User Pascal Bellard # Date 1361121385 -3600 # Node ID cca1658587e42c8e377ab56cc2632bcf969fda2d # Parent bc7e7bf309a8b2ea14645758f042737e9076b2b1 get-wifi-firmware, phpvirtualbox: fix chroot in post_install diff -r bc7e7bf309a8 -r cca1658587e4 get-wifi-firmware/receipt --- a/get-wifi-firmware/receipt Sat Feb 16 21:14:52 2013 +0000 +++ b/get-wifi-firmware/receipt Sun Feb 17 18:16:25 2013 +0100 @@ -21,6 +21,6 @@ [ -s /etc/resolv.conf -a ! -s $1/etc/resolv.conf ] && install_resolver=true $install_resolver && cp /etc/resolv.conf $1/etc/resolv.conf # directly support some freely distributable firmware drivers - chroot $1 /usr/bin/get-wifi-firmware --get-free-firmware + chroot $1/ /usr/bin/get-wifi-firmware --get-free-firmware $install_resolver && rm -f $1/etc/resolv.conf } diff -r bc7e7bf309a8 -r cca1658587e4 phpvirtualbox/receipt --- a/phpvirtualbox/receipt Sat Feb 16 21:14:52 2013 +0000 +++ b/phpvirtualbox/receipt Sun Feb 17 18:16:25 2013 +0100 @@ -25,7 +25,7 @@ { # Virtualbox OSE needs to disable authenication for vboxwebsrv [ -d $1/var/lib/tazpkg/installed/virtualbox ] || - chroot $1 VBoxManage setproperty websrvauthlibrary null + chroot $1/ VBoxManage setproperty websrvauthlibrary null # Configure lighttpd server if [ -f $1/etc/lighttpd/lighttpd.conf ]; then