diff options
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index ecac040..4f578c2 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -484,8 +484,8 @@ bool cmFileCommand::HandleInstallCommand( { perror("problem doing chmod."); } - smanifest_files += ";" + destfile; } + smanifest_files += ";" + destfile; } else { |