diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 97ae3eb752..6938b7a66a 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -635,20 +635,13 @@ mkdir $PRODUCT_PKG_DIR DMGWINBOTTOM=440 DMGBACKGROUND=dmgbg -if [ x$MIXBUS != x -o x$LIVETRAX != x] ; then - - # Mixbus packaging - - echo "Creating Mixbus packaging directory" - mv $APPDIR $PRODUCT_PKG_DIR/ +if test -n "$MIXBUS" -o -n "$LIVETRAX"; then DMGBACKGROUND=dmgbgMB -else - - echo "Creating $APPNAME packaging directory" - mv $APPDIR $PRODUCT_PKG_DIR/ - fi +echo "Creating Mixbus packaging directory" +mv $APPDIR $PRODUCT_PKG_DIR/ + ################################################################################ # from here on $PRODUCT_PKG_DIR/ prefix is needed ################################################################################ @@ -739,6 +732,8 @@ if test x$WITH_XJADEO != x ; then DMGBACKGROUND=${DMGBACKGROUND}xj fi +echo "Using image '$DMGBACKGROUND' for the DMG.\n" + ################################################################################ ### Mixbus plugins, etc if test x$WITH_GMSYNTH != x ; then