summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-01 18:07:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-01 18:07:48 +0000
commit668266acb04aa96435c5031f2c7b851606cef40f (patch)
treefaeb038552077b6e3d783cdb437eaf08786c29fa /tools
parent295f647147efcad36afbb5ee289b452643051b0f (diff)
workaround incorrect name for actual ardour3 executable
git-svn-id: svn://localhost/ardour2/branches/3.0@8651 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 15ed61811d..cc55023533 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -185,7 +185,8 @@ echo export 'PATH=/usr/local/bin:/opt/bin:$PATH' >> $ENVIRONMENT
sed -e "/^%ENV%/r $ENVIRONMENT" -e '/^%ENV%/d' -e 's/%VER%/'"${release_version}"'/' < ardour.sh.in > $APPBIN/ardour3
rm $ENVIRONMENT && chmod 775 $APPBIN/ardour3
-MAIN_EXECUTABLE=ardour-$release_version
+#MAIN_EXECUTABLE=ardour-$release_version
+MAIN_EXECUTABLE=ardour-3.0
echo "Copying ardour executable ...."
cp $BUILD_ROOT/gtk2_ardour/$MAIN_EXECUTABLE $APPBIN