mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
update during VM/release build via git, not svn
This commit is contained in:
parent
b11c1fd15d
commit
333279ccf8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if mount | grep --silent vmshare ; then
|
|||
fi
|
||||
|
||||
cd $BASE || exit 1
|
||||
svn update || exit 1
|
||||
git pull || exit 1
|
||||
./waf configure $* --strict --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
|
||||
./waf || exit 1
|
||||
cd tools/linux_packaging || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue