commit eaf851e095ca15c11b26d2aa7c2589617939d2db
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Jan 14 21:52:50 2017 +0000
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Jan 14 21:52:50 2017 +0000
osx: Use bzip2 compression for .dmg files.
bzip2 compression has been supported since OS X 10.4 and we don't
distribute binaries for anything older, so there's no reason not to
use this. It makes the generated .dmg files ~40KB smaller.
---
pkg/osx/GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index da7775cf..6f868e64 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -23,7 +23,7 @@ ifndef GNUSTEP_MAKEFILES
$(DMG) : tmp.dmg
rm -f $@
./dmgfix "$(realpath tmp.dmg)" "$(PACKAGE_STRING)" "$(PACKAGE_NAME).app"
- hdiutil convert -format UDZO -o $@ tmp.dmg
+ hdiutil convert -format UDBZ -o $@ tmp.dmg
rm -f tmp.dmg
tmp.dmg : $(STAGING_DIR)