Merge topic 'cpack-deb-fakeroot-removal'

66178ae5 CPackDEB: Use proper compression scheme for control.tar.gz
This commit is contained in:
Brad King 2015-10-26 13:12:53 -04:00 committed by CMake Topic Stage
commit 06ee07b854

View File

@ -570,7 +570,7 @@ int cmCPackDebGenerator::createDeb()
return 0; return 0;
} }
cmArchiveWrite control_tar(fileStream_control_tar, cmArchiveWrite control_tar(fileStream_control_tar,
tar_compression_type, cmArchiveWrite::CompressGZip,
"paxr"); "paxr");
// sets permissions and uid/gid for the files // sets permissions and uid/gid for the files