From 6a2d65c6d77476d4824d0c822f02e5440aa61663 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Fri, 29 Aug 2014 18:55:17 -0600 Subject: [PATCH 1/2] Switching to bzip2 for Linux packages. The resulting packages tend to be about 10% smaller than gzip. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbe8f477d..87a38fa43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") From 7ece96e5f23e6be86935a1c9283a487cba9809f5 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Fri, 29 Aug 2014 18:57:06 -0600 Subject: [PATCH 2/2] Ignoring 'make package' by-products. --- build/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/.gitignore b/build/.gitignore index 990de1678..10192a42e 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,2 +1,4 @@ VC2010 DF_PATH.txt +_CPack_Packages +*.tar.*