Switching to bzip2 for Linux packages.

The resulting packages tend to be about 10% smaller than gzip.
develop
Eric Wald 2014-08-29 18:55:17 -06:00
parent ee82218147
commit 6a2d65c6d7
1 changed files with 1 additions and 1 deletions

@ -182,7 +182,7 @@ IF(UNIX)
if(APPLE)
SET(CPACK_GENERATOR "ZIP")
else()
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_GENERATOR "TBZ2")
endif()
ELSEIF(WIN32)
SET(CPACK_GENERATOR "ZIP")