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
@ -15,7 +15,7 @@ svn update || exit 1
|
||||
./waf || exit 1
|
||||
cd tools/linux_packaging || exit 1
|
||||
./build --public --strip some || exit 1
|
||||
./package --public --nostrip --singlearch || exit 1
|
||||
./package --public --singlearch || exit 1
|
||||
file=`ls -t *.tar`
|
||||
echo "Copying $file to shared folder ..."
|
||||
sudo cp $file $HOME/vmshare || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user