summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/numpy-macosx-installer/new-create-dmg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/numpy-macosx-installer/new-create-dmg b/tools/numpy-macosx-installer/new-create-dmg
index dad536a41..1535bbf58 100755
--- a/tools/numpy-macosx-installer/new-create-dmg
+++ b/tools/numpy-macosx-installer/new-create-dmg
@@ -58,7 +58,7 @@ DMG_DIR="$(cd $DMG_DIRNAME > /dev/null; pwd)"
DMG_NAME="$(basename "$DMG_PATH")"
DMG_TEMP_NAME="$DMG_DIR/rw.${DMG_NAME}"
SRC_FOLDER="$(cd "$2" > /dev/null; pwd)"
-DMG_SIZE=10m
+DMG_SIZE=12m
test -z "$VOLUME_NAME" && VOLUME_NAME="$(basename "$DMG_PATH" .dmg)"
# AUX_PATH="$(cd "$(dirname $0)"; pwd)/support"