BUG: Put all files to manifest

This commit is contained in:
Andy Cedilnik 2004-04-21 11:42:50 -04:00
parent bfd79e99e6
commit b55d109864
1 changed files with 1 additions and 1 deletions

View File

@ -484,8 +484,8 @@ bool cmFileCommand::HandleInstallCommand(
{
perror("problem doing chmod.");
}
smanifest_files += ";" + destfile;
}
smanifest_files += ";" + destfile;
}
else
{