From 39215e04a9cf33500909ff8ecb308bf06e474f02 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 11 Jun 2013 10:18:58 -0400 Subject: stop hard-coding main executable as ardour-3.0 --- tools/linux_packaging/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 26c509a1dc..2742ca9e37 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -220,8 +220,7 @@ 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 -# the 3.0 here is not the same as "release-version" because the latter may include "-betaN" etc. -MAIN_EXECUTABLE=ardour-3.0 +MAIN_EXECUTABLE=ardour-${release_version} echo "Copying ardour executable ...." cp $BUILD_ROOT/gtk2_ardour/$MAIN_EXECUTABLE $APPBIN -- cgit v1.2.3