summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-09 13:43:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-09 13:43:18 -0400
commite41f768499728d918afbefb58caaad4da75ee3b8 (patch)
tree0e90260dd998f1793410f95fc6a1fd9d472ba672
parent0dab523220965b8740cf423a48751f4753153294 (diff)
run bzip2 in fast mode
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a94d33d2..71a71f8cf 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ osxapp:
hdiutil create -size 640m -format UDRW -srcfolder $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg \
-volname git-annex -o tmp/git-annex.dmg
rm -f tmp/git-annex.dmg.bz2
- bzip2 tmp/git-annex.dmg
+ bzip2 --fast tmp/git-annex.dmg
# used by ./ghci
getflags: