summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-04 15:49:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-04 15:49:36 +0000
commitf9d908e3a9d49bb8699ff5ee3c24e23f2d11b502 (patch)
treeb3732ca48d1fa7e44e6200657ced78fe4a84b835 /tools/linux_packaging/package
parent90300e0155f664c9724563ac3ecf91d270515a41 (diff)
allow build/packaging scripts to find the right version ID for as long as we have separate designations on different platforms
git-svn-id: svn://localhost/ardour2/branches/3.0@14132 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging/package')
-rwxr-xr-xtools/linux_packaging/package2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index 7916199f3f..9abe586868 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -62,7 +62,7 @@ if [ x$DEBUG = xT ]; then
BUILDTYPE="dbg"
fi
-release_version=`grep -m 1 '^VERSION' ../../wscript | awk '{print $3}' | sed "s/'//g"`
+release_version=`grep -m 1 '[^A-Za-z_]LINUX_VERSION = ' ../../wscript | awk '{print $3}' | sed "s/'//g"`
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d'"' -f 2`
X86_BUNDLE="${APPNAME}_x86-${release_version}_${svn_version}"