From 54238bec96e2186ba23b565f92db24a67616d367 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Dec 2013 13:59:25 -0400 Subject: add -size to hdiutil call, it seems its own size calculation is buggy and so it has been failing Also re-add removed file, seem to work now. hdiutil has *horrible* error reporting. You get back a number from 1 to 1000, with no indication of the problem. --verbose doesn't help. So this is all guesswork. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d97e7925..c1972d7cf 100644 --- a/Makefile +++ b/Makefile @@ -154,14 +154,12 @@ osxapp: Build/Standalone Build/OSXMkLibs # OSX looks in man dir nearby the bin $(MAKE) install-mans DESTDIR="$(OSXAPP_BASE)/.." SHAREDIR="" PREFIX="" - # This file breaks hditul create - rm -f "$(OSXAPP_BASE)/../man/man1/git-annex-shell.1" ./Build/OSXMkLibs $(OSXAPP_BASE) cd $(OSXAPP_DEST) && find . -type f > Contents/MacOS/git-annex.MANIFEST cd $(OSXAPP_DEST) && find . -type l >> Contents/MacOS/git-annex.MANIFEST rm -f tmp/git-annex.dmg - hdiutil create -format UDBZ -srcfolder tmp/build-dmg \ + hdiutil create -format UDBZ -size 640m -srcfolder tmp/build-dmg \ -volname git-annex -o tmp/git-annex.dmg # Must be run on a system with TH supported, and the same -- cgit v1.2.3