summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/ardour.sh.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-02 05:04:42 +0200
committerRobin Gareus <robin@gareus.org>2015-07-02 05:04:42 +0200
commit4f562d3f3b6cfb6a090987e33087977250be9e9f (patch)
tree7d044fda47a51a06bd8f2e3b75f0bc5615dda157 /tools/linux_packaging/ardour.sh.in
parent1561c727bca924bfe27149e6230897b3002032cd (diff)
let’s call Mixbus “Mixbus”..
Diffstat (limited to 'tools/linux_packaging/ardour.sh.in')
-rw-r--r--tools/linux_packaging/ardour.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 3fce3241c1..21068da2eb 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -46,9 +46,9 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
if [ "T" = "$DEBUG" ]; then
export ARDOUR_INSIDE_GDB=1
- exec gdb $INSTALL_DIR/bin/ardour-%VER%
+ exec gdb $INSTALL_DIR/bin/%EXENAME%-%VER%
else
- exec $INSTALL_DIR/bin/ardour-%VER% $ARGS
+ exec $INSTALL_DIR/bin/%EXENAME%-%VER% $ARGS
fi