force mount of shared folder before build, and copy result there when done
git-svn-id: svn://localhost/ardour2/branches/3.0@9182 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fa93e48551
commit
92c6b6a45b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user