diff options
author | Brad King <brad.king@kitware.com> | 2015-10-26 17:12:53 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-26 17:12:53 (GMT) |
commit | 06ee07b854d4a77c4147dadb97f9769b17da832d (patch) | |
tree | 53b851cac022ef04558032f6b67c4bf6e7eb410a /Source/CPack/cmCPackDebGenerator.cxx | |
parent | f054552124bfffce3b15c3422ceb39acec9b8b6a (diff) | |
parent | 66178ae5a0a154c11934574347b75e71772b77b9 (diff) | |
download | CMake-06ee07b854d4a77c4147dadb97f9769b17da832d.zip CMake-06ee07b854d4a77c4147dadb97f9769b17da832d.tar.gz CMake-06ee07b854d4a77c4147dadb97f9769b17da832d.tar.bz2 |
Merge topic 'cpack-deb-fakeroot-removal'
66178ae5 CPackDEB: Use proper compression scheme for control.tar.gz
Diffstat (limited to 'Source/CPack/cmCPackDebGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackDebGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx index 93c94e2..04efb71 100644 --- a/Source/CPack/cmCPackDebGenerator.cxx +++ b/Source/CPack/cmCPackDebGenerator.cxx @@ -570,7 +570,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 |