diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-17 22:46:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-17 22:46:04 -0400 |
commit | c791ea2c65739f09b97f41b5b208e9a47595626d (patch) | |
tree | 0c24688da89e424880063cdd432c3204b02e4c89 /Makefile | |
parent | 2f46a4b54396e6027cffa2976f41e021c0143fcd (diff) |
temporatily still make bz2
jimmy's autobuilder only exports that filename
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -164,7 +164,9 @@ osxapp: Build/Standalone Build/OSXMkLibs rm -f tmp/git-annex.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 > tmp/git-annex.dmg.bz2 ANDROID_FLAGS?=-f-XMPP # Cross compile for Android. |