From 0446e29e77ca1d70cc2d2d5c832f9f03df845974 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Nov 2013 22:46:04 -0400 Subject: [PATCH] temporatily still make bz2 jimmy's autobuilder only exports that filename --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 11c2796e3f..7f1ac5105a 100644 --- a/Makefile +++ b/Makefile @@ -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.