mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
remove --nostrip from noderun script, since it was removed from the build script
git-svn-id: svn://localhost/ardour2/branches/3.0@9592 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e394642910
commit
fa42d70b85
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ svn update || exit 1
|
||||||
./waf || exit 1
|
./waf || exit 1
|
||||||
cd tools/linux_packaging || exit 1
|
cd tools/linux_packaging || exit 1
|
||||||
./build --public --strip some || exit 1
|
./build --public --strip some || exit 1
|
||||||
./package --public --nostrip --singlearch || exit 1
|
./package --public --singlearch || exit 1
|
||||||
file=`ls -t *.tar`
|
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…
Add table
Add a link
Reference in a new issue