mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
drop need for argument to "noderun" when building binaries on VMs
git-svn-id: svn://localhost/ardour2/branches/3.0@9195 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6831fb9622
commit
2c01b36740
2 changed files with 3 additions and 7 deletions
|
|
@ -1,10 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
BASE=$1
|
||||
|
||||
if [ x$BASE = "x" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
BASE=$(readlink -f $0)
|
||||
BASE=$(dirname $BASE) # up one
|
||||
BASE=$(dirname $BASE) # up one more
|
||||
|
||||
if mount | grep --silent vmshare ; then
|
||||
sudo mount -t vboxsf vmshare $HOME/vmshare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue