From: Robin Gareus Date: Tue, 21 Mar 2017 19:49:04 +0000 (+0100) Subject: Fix MB32C OSX package-name X-Git-Tag: 5.9~544 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=ab021101e7c3b7f5e5943793b024395b336cbc3f;p=ardour.git Fix MB32C OSX package-name --- diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index bd94f45807..ecfacd2d62 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -66,7 +66,7 @@ while [ $# -gt 0 ] ; do STRIP= ; PRODUCT_PKG_DIR=Mixbus32C; lower_case_appname=mixbus32c; - APPNAME=Mixbus32C-${major_version} ; + APPNAME=Mixbus32C ; BUNDLENAME=Mixbus32C-${major_version} ; shift ;; --public)