summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaffi Enficiaud <raffi.enficiaud@mines-paris.org>2015-10-23 12:01:35 +0200
committerBrad King <brad.king@kitware.com>2015-10-23 10:58:43 -0400
commit66178ae5a0a154c11934574347b75e71772b77b9 (patch)
tree683aa52b805e3c8aa056f738fa4c73eb0d9b12a2
parentbecb14c9552578954bc99e2428b8e6f383eadb55 (diff)
downloadcmake-66178ae5a0a154c11934574347b75e71772b77b9.tar.gz
CPackDEB: Use proper compression scheme for control.tar.gz
Changes in commit v3.4.0-rc1~79^2~1 (CPackDeb: use of libarchive and removal of fakeroot, 2015-09-11) accidentally set the wrong compression scheme for the `control.tar.gz` file. Set it explicitly to GZip.
-rw-r--r--Source/CPack/cmCPackDebGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx
index 9402689cbd..f9dfdf6aae 100644
--- a/Source/CPack/cmCPackDebGenerator.cxx
+++ b/Source/CPack/cmCPackDebGenerator.cxx
@@ -565,7 +565,7 @@ int cmCPackDebGenerator::createDeb()
return 0;
}
cmArchiveWrite control_tar(fileStream_control_tar,
- tar_compression_type,
+ cmArchiveWrite::CompressGZip,
"paxr");
// sets permissions and uid/gid for the files