summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackZIPGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-23 18:41:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-23 18:41:08 (GMT)
commitc9fd17b884780d7704500ee6d4f1517649b1e498 (patch)
tree8b10964294b8a37255a225cb19013f9e26b9525c /Source/CPack/cmCPackZIPGenerator.cxx
parentcf02e4451402b82fcd0250d8baf905f4a67f10bc (diff)
downloadCMake-c9fd17b884780d7704500ee6d4f1517649b1e498.zip
CMake-c9fd17b884780d7704500ee6d4f1517649b1e498.tar.gz
CMake-c9fd17b884780d7704500ee6d4f1517649b1e498.tar.bz2
BUG: Attempt to fix winzip problems
Diffstat (limited to 'Source/CPack/cmCPackZIPGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackZIPGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackZIPGenerator.cxx b/Source/CPack/cmCPackZIPGenerator.cxx
index eeedaee..962cc75 100644
--- a/Source/CPack/cmCPackZIPGenerator.cxx
+++ b/Source/CPack/cmCPackZIPGenerator.cxx
@@ -100,7 +100,7 @@ int cmCPackZIPGenerator::CompressFiles(const char* outFileName,
case cmCPackZIPGenerator::StyleWinZip:
dmgCmd << "\"" << this->GetOption("CPACK_INSTALLER_PROGRAM")
<< "\" -P \"" << outFileName
- << "\" @\"" << tempFileName.c_str() << "\"";
+ << "\" @winZip.filelist";
needQuotesInFile = true;
break;
case cmCPackZIPGenerator::StyleUnixZip: