From 78814265e3fcd4131ed032922a30344d43e902f2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 Mar 2011 22:17:11 +0000 Subject: final copy needs to be done as root to deal wit vbox mount defaults git-svn-id: svn://localhost/ardour2/branches/3.0@9184 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/noderun | 4 +--- tools/linux_packaging/run | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index af760e32cb..f5f5ed4d7f 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -7,8 +7,6 @@ if [ x$BASE = "x" ] ; then fi if mount | grep --silent vmshare ; then - : -else sudo mount -t vboxsf vmshare $HOME/vmshare fi @@ -20,6 +18,6 @@ cd tools/linux_packaging || exit 1 ./build --public --nostrip || exit 1 file=`ls -t *.bz2 | head -1` echo "Copying $file to shared folder ..." -cp $file $HOME/vmshare || exit 1 +sudo cp $file $HOME/vmshare || exit 1 exit 0 diff --git a/tools/linux_packaging/run b/tools/linux_packaging/run index c6951e5031..58993a04f1 100644 --- a/tools/linux_packaging/run +++ b/tools/linux_packaging/run @@ -6,7 +6,7 @@ tooldir=$basedir/tools/linux_packaging u=harrison p=harrison -for VM in Build_32bit_804s ; do +for VM in Build_32bit_804s Build_64bit_804s ; do $vbm startvm $VM --type headless echo "$VM: Waiting for guest control to be available (12 seconds) ... " sleep 12 -- cgit v1.2.3