summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/script
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging/script')
-rwxr-xr-xtools/osx_packaging/script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/osx_packaging/script b/tools/osx_packaging/script
index b003337418..4f927c2aa5 100755
--- a/tools/osx_packaging/script
+++ b/tools/osx_packaging/script
@@ -4,12 +4,12 @@
if [ ! -x /Applications/Utilities/X11.app ] ; then
if [ -f /usr/include/X11/X.h ] ; then
- osascript -e 'tell application "Ardour2"
+ osascript -e 'tell application "Ardour3"
display dialog "You have installed the X11 SDK, but not X11 itself.\
Please install X11 before running Ardour" buttons["OK"]
end tell'
else
- osascript -e 'tell application "Ardour2"
+ osascript -e 'tell application "Ardour3"
display dialog "Please install X11 before running Ardour" buttons["OK"]
end tell'
fi
@@ -17,7 +17,7 @@ end tell'
fi
if [ ! -x /usr/local/bin/jackd -a ! -x /usr/bin/jackd ] ; then
- osascript -e 'tell application "Ardour2"
+ osascript -e 'tell application "Ardour3"
display dialog "You do not appear to have JACK installed.\nPlease install it before running Ardour" buttons["OK"]
end tell'
exit 1