summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/linux_packaging/noderun6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 363f14edb5..0d1a6ea881 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -6,6 +6,12 @@ if [ x$BASE = "x" ] ; then
exit 1
fi
+if mount | grep --silent vmshare ; then
+ :
+else
+ sudo mount -t vboxsf vmshare ~/vmshare
+fi
+
cd $BASE || exit 1
svn update || exit 1
./waf configure --strict --noconfirm || exit 1