From 9e77d9dd503f270e45a31b6859776599b287546f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 6 May 2021 01:21:36 +0200 Subject: [PATCH] Fix packaging debug builds on Catalina --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 12e1200cae..0faa3b5057 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -955,7 +955,7 @@ MNTPATH=`mktemp -d -t ardourimg` TMPDMG=`mktemp -t ardour` ICNSTMP=`mktemp -t ardouricon` EXTRA_SPACE_MB=30 -DMGMEGABYTES=$[ `du -sk "$PRODUCT_PKG_DIR" | cut -f 1` * 1024 / 1048576 + $EXTRA_SPACE_MB ] +DMGMEGABYTES=$[ `du -sk "$PRODUCT_PKG_DIR" | cut -f 1` * 1024 / 1000000 + $EXTRA_SPACE_MB ] echo "DMG MB = " $DMGMEGABYTES