Skip to content

Commit

Permalink
REL: forward-port change in size of dmg image from 1.5.x branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 7, 2010
1 parent bf8f5f4 commit b74533b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/numpy-macosx-installer/new-create-dmg
Original file line number Diff line number Diff line change
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=10m
DMG_SIZE=12m
test -z "$VOLUME_NAME" && VOLUME_NAME="$(basename "$DMG_PATH" .dmg)"

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

0 comments on commit b74533b

Please sign in to comment.