summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/ardour.sh.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-12 18:31:45 +0100
committerRobin Gareus <robin@gareus.org>2015-12-12 18:31:45 +0100
commit89cf05b0d2be64de461dec06085f852cc4a155f4 (patch)
treedfa7d002c0a449745ceeabc18953e6cd0b6b507e /tools/linux_packaging/ardour.sh.in
parent3d1dcacfd85635f47d6f8d7f3805f343e7aca54b (diff)
foolishly attempt nightly-built linux/wine/VST bundles
Diffstat (limited to 'tools/linux_packaging/ardour.sh.in')
-rw-r--r--tools/linux_packaging/ardour.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 420bdf581d..07ec07eca5 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -47,5 +47,5 @@ if [ "T" = "$DEBUG" ]; then
export ARDOUR_INSIDE_GDB=1
exec gdb $INSTALL_DIR/bin/%EXENAME%-%VER%
else
- exec $INSTALL_DIR/bin/%EXENAME%-%VER% "$@"
+ exec %WINE% $INSTALL_DIR/bin/%EXENAME%-%VER% "$@"
fi