summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-26 16:35:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-26 16:35:57 -0400
commit3bfe37b0fc423c7f7f5202bf77a03e95c3a14539 (patch)
tree247e834c34710c517badf9d3aa0b8b028fb72622 /Makefile
parent1586f5956b011fcef8101ef54388806301b6dc43 (diff)
no more OSX bz2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5651bdd05..92c5f6dcc 100644
--- a/Makefile
+++ b/Makefile
@@ -164,9 +164,6 @@ 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?=
# Cross compile for Android.