Skip to content

Commit

Permalink
BLD: Increase the DMG image size
Browse files Browse the repository at this point in the history
This is needed to avoid the problem with running out of space. For reference,
the error log is:

https://gist.github.com/3406573
  • Loading branch information
certik committed Jan 6, 2013
1 parent 774f43c commit ac69b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/numpy-macosx-installer/new-create-dmg
Expand Up @@ -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=20m
test -z "$VOLUME_NAME" && VOLUME_NAME="$(basename "$DMG_PATH" .dmg)"

# AUX_PATH="$(cd "$(dirname $0)"; pwd)/support"
Expand Down

0 comments on commit ac69b7c

Please sign in to comment.