BUG: Another space-in-path fix.
This commit is contained in:
parent
54a470dd03
commit
20455c699b
@ -105,8 +105,10 @@ int cmCPackDebGenerator::CompressFiles(const char* outFileName,
|
|||||||
out << std::endl;
|
out << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string cmd = cmakeExecutable;
|
std::string cmd;
|
||||||
cmd += " -E tar cfz data.tar.gz ./usr";
|
cmd = "\"";
|
||||||
|
cmd += cmakeExecutable;
|
||||||
|
cmd += "\" -E tar cfz data.tar.gz ./usr";
|
||||||
std::string output;
|
std::string output;
|
||||||
int retVal = -1;
|
int retVal = -1;
|
||||||
int res = cmSystemTools::RunSingleCommand(cmd.c_str(), &output,
|
int res = cmSystemTools::RunSingleCommand(cmd.c_str(), &output,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user