add call to ./package to noderun script
git-svn-id: svn://localhost/ardour2/branches/3.0@9209 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7f4318b343
commit
08fddb1217
@ -15,7 +15,8 @@ svn update || exit 1
|
|||||||
./waf || exit 1
|
./waf || exit 1
|
||||||
cd tools/linux_packaging || exit 1
|
cd tools/linux_packaging || exit 1
|
||||||
./build --public --nostrip || exit 1
|
./build --public --nostrip || exit 1
|
||||||
file=`ls -t *.bz2 | head -1`
|
./package --public --nostrip --singlearch || exit 1
|
||||||
|
file=`ls -t *.tar`
|
||||||
echo "Copying $file to shared folder ..."
|
echo "Copying $file to shared folder ..."
|
||||||
sudo cp $file $HOME/vmshare || exit 1
|
sudo cp $file $HOME/vmshare || exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user