more tweaks

git-svn-id: svn://localhost/ardour2/branches/3.0@9177 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-21 19:05:47 +00:00
parent 7427334d4b
commit 272b790943

View File

@ -13,7 +13,7 @@ svn update || exit 1
cd tools/linux_packaging || exit 1
./build --public || exit 1
file=`ls -t *.bz2 | head -1`
cp $file $BASE/../vmshare || exit 1
#cp $file $BASE/../vmshare || exit 1
exit 0