From: José Fonseca Date: Mon, 6 Jun 2011 18:36:37 +0000 (+0100) Subject: Generate .tar.bz2 packages on Linux. X-Git-Tag: 2.0_alpha^2~809 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e0b44f8bdb1a8b35aab8340fdefc3cbe1730098;p=tools%2Fapitrace.git Generate .tar.bz2 packages on Linux. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ed9279..5cf3ed8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -368,7 +368,7 @@ if (WIN32) elseif (APPLE) set (CPACK_GENERATOR "DragNDrop") else () - set (CPACK_GENERATOR "TGZ") + set (CPACK_GENERATOR "TBZ2") endif () include(CPack)