summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-21 22:17:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-21 22:17:11 +0000
commit78814265e3fcd4131ed032922a30344d43e902f2 (patch)
tree6c0b321f20d989742e714d2e4b336f682ef16f84
parent4d4e231f030a77b61f32907f11c7841ce0e30957 (diff)
final copy needs to be done as root to deal wit vbox mount defaults3.0-alpha1
git-svn-id: svn://localhost/ardour2/branches/3.0@9184 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--tools/linux_packaging/noderun4
-rw-r--r--tools/linux_packaging/run2
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