mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix package as well as build script for new svn version grepping
git-svn-id: svn://localhost/ardour2/branches/3.0@13953 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6c6eef276d
commit
2c7f1892d5
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if [ x$DEBUG = xT ]; then
|
|||
fi
|
||||
|
||||
release_version=`grep -m 1 '^VERSION' ../../wscript | awk '{print $3}' | sed "s/'//g"`
|
||||
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d"'" -f 2`
|
||||
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d'"' -f 2`
|
||||
|
||||
X86_BUNDLE="${APPNAME}_x86-${release_version}_${svn_version}"
|
||||
X86_64_BUNDLE="${APPNAME}_x86_64-${release_version}_${svn_version}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue