diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-18 10:43:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-18 10:43:23 -0400 |
commit | 5ba63fb88dcda42e4a3e6217e05540e27fa5cf6c (patch) | |
tree | 5752f0d0d0a9b5fa5afe23ee5f8c82fc3c5a92f7 /Makefile | |
parent | 41d2c0e9a5016eb055a9c224c044a4d1eecbc613 (diff) | |
parent | e2d28e334ed75c4a4ee789f2fb5d902ecc4ce49c (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -162,10 +162,11 @@ osxapp: Build/Standalone Build/OSXMkLibs ./Build/OSXMkLibs $(OSXAPP_BASE) rm -f tmp/git-annex.dmg - hdiutil create -size 640m -format UDRW -srcfolder tmp/build-dmg \ + hdiutil create -format UDBZ -srcfolder tmp/build-dmg \ -volname git-annex -o tmp/git-annex.dmg + # temporarily still create compressed image too rm -f tmp/git-annex.dmg.bz2 - bzip2 --fast tmp/git-annex.dmg + bzip2 --fast < tmp/git-annex.dmg > tmp/git-annex.dmg.bz2 ANDROID_FLAGS?=-f-XMPP # Cross compile for Android. |