mirror of https://gitee.com/bigwinds/arangodb
we only add the megabytes to calls to 'create'
This commit is contained in:
parent
ed71952418
commit
dc90ae3c61
|
@ -1,7 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
verb="$1"
|
||||
verb=$1
|
||||
shift
|
||||
|
||||
@HDIUTIL_EXECUTABLE@ $verb -megabytes @CMAKE_DMG_SIZE@ $@
|
||||
|
||||
if test "$verb" == "create"; then
|
||||
@HDIUTIL_EXECUTABLE@ $verb -megabytes @CMAKE_DMG_SIZE@ $@
|
||||
else
|
||||
@HDIUTIL_EXECUTABLE@ $verb $@
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue