summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-07-28 19:47:13 +0000
committerBen Loftis <ben@glw.com>2009-07-28 19:47:13 +0000
commitdb37a0f78471f011ae0f691ba8fa5193f728262f (patch)
tree24de06ea6c9b3f8ba48ac69bba85cac92e25c359 /tools
parent21e0eb0db9fd47aa24ce2c3606a5c582b92b4fb7 (diff)
fix capitalization of appname in osx build
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5433 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build22
1 files changed, 6 insertions, 16 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index d0e82199b3..92c76b384f 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -2,16 +2,6 @@
# script for pulling together a MacOSX app bundle.
-#
-# Ben: search the file for:
-#
-# EXTRA_PACKAGING_DIR
-# EXTERNAL_JACK
-# MIXBUS
-#
-# and correct/expand as necessary
-#
-
GTKQUARTZ_ROOT=$HOME/gtk/inst
SAE=
@@ -65,7 +55,7 @@ echo "Info string is $info_string"
# setup directory structure
if [ x$MIXBUS != x ] ; then
- APPNAME=MixBus
+ APPNAME=Mixbus
else
APPNAME=Ardour2
fi
@@ -81,7 +71,7 @@ Etc=$Resources/etc
Locale=$Resources/locale
SAE_PKG_DIR=ArdourSAE
-MIXBUS_PKG_DIR=MixBus
+MIXBUS_PKG_DIR=Mixbus
if [ x$PRINT_SYSDEPS != x ] ; then
#
@@ -125,7 +115,7 @@ if test x$SAE != x ; then
env="$env<key>ARDOUR_UI_CONF</key><string>ardour2_ui_sae.conf</string>"
env="$env<key>ARDOUR2_UI_RC</key><string>ardour2_ui_dark_sae.rc</string>"
elif test x$MIXBUS != x ; then
- appname="Ardour2/MixBus"
+ appname="Ardour2/Mixbus"
env="$env<key>ARDOUR_MIXBUS</key><string>true</string>"
#
# current default for MIXBUS version is US keyboard layout without a keypad
@@ -187,7 +177,7 @@ if test x$SAE != x ; then
# cp ../../gtk2_ardour/evtest $APPROOT/MacOS/gtkevents
cp Ardour2-SAE.icns $Resources/appIcon.icns
elif test x$MIXBUS != x ; then
- cp MixBus.icns $Resources/appIcon.icns
+ cp Mixbus.icns $Resources/appIcon.icns
else
cp Ardour2.icns $Resources/appIcon.icns
fi
@@ -423,9 +413,9 @@ if [ x$EXTRA_PACKAGING_DIR != x ] ; then
elif [ x$MIXBUS != x ] ; then
- # MixBus packaging
+ # Mixbus packaging
- echo "Creating MixBus packaging directory"
+ echo "Creating Mixbus packaging directory"
rm -rf $MIXBUS_PKG_DIR
mkdir $MIXBUS_PKG_DIR
mv $APPDIR $MIXBUS_PKG_DIR/