summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2013-09-16 23:42:56 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2013-09-16 23:46:28 +0200
commit0c857a8e9025cb426ec086a732c02742cea8e285 (patch)
tree26cd8cdcd41ff4492f8c94043933e9312f594615 /tools
parent4f1f9d27abe9f978ef940d248537f54e364f422d (diff)
downloadnumpy-0c857a8e9025cb426ec086a732c02742cea8e285.tar.gz
MAINT: update release scripts for building OS X binaries.
Works with Python 3.x now that bdist_mpkg is ported (thanks @matthew-brett).
Diffstat (limited to 'tools')
-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 1535bbf58..581663a02 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=12m
+DMG_SIZE=16m
test -z "$VOLUME_NAME" && VOLUME_NAME="$(basename "$DMG_PATH" .dmg)"
# AUX_PATH="$(cd "$(dirname $0)"; pwd)/support"