summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-22 20:30:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-22 20:30:14 -0400
commitd05f3b0a7c0ea3462e594f4b151e25c73a956797 (patch)
treed56dc4181022b28cd53112c6546ce42802651d03 /tools/linux_packaging/package
parent0348f9543e7a1d9366fc220dbf297532f2360dd2 (diff)
more tweaks to get package names right
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 4862f285ab..fc8de3c5cf 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -63,7 +63,7 @@ if [ x$DEBUG = xT ]; then
fi
release_version=`grep -m 1 '[^A-Za-z_]LINUX_VERSION = ' ../../wscript | awk '{print $3}' | sed "s/'//g"`
-revision=`grep -m 1 'revision =' ../../libs/ardour/revision.cc | cut -d'"' -f 2 | sed -e "s/$release_version//"`
+revision=`grep -m 1 'revision =' ../../libs/ardour/revision.cc | cut -d'"' -f 2 | sed -e "s/$release_version-//"`
X86_BUNDLE="${APPNAME}_x86-${release_version}-${revision}"
X86_64_BUNDLE="${APPNAME}_x86_64-${release_version}-${revision}"