temporatily still make bz2

jimmy's autobuilder only exports that filename
This commit is contained in:
Joey Hess 2013-11-17 22:46:04 -04:00
parent 345d872932
commit 0446e29e77

View file

@ -164,7 +164,9 @@ osxapp: Build/Standalone Build/OSXMkLibs
rm -f tmp/git-annex.dmg rm -f tmp/git-annex.dmg
hdiutil create -format UDBZ -srcfolder tmp/build-dmg \ hdiutil create -format UDBZ -srcfolder tmp/build-dmg \
-volname git-annex -o tmp/git-annex.dmg -volname git-annex -o tmp/git-annex.dmg
# temporarily still create compressed image too
rm -f tmp/git-annex.dmg.bz2 rm -f tmp/git-annex.dmg.bz2
bzip2 --fast < tmp/git-annex.dmg > tmp/git-annex.dmg.bz2
ANDROID_FLAGS?=-f-XMPP ANDROID_FLAGS?=-f-XMPP
# Cross compile for Android. # Cross compile for Android.