diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-21 15:42:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-21 15:42:50 (GMT) |
commit | b55d109864f8496a520434b5eeababf0cf5b7c8e (patch) | |
tree | 6352fdf96bb45e28d71e1ad7ddde24f8a56f701a /Source/cmFileCommand.cxx | |
parent | bfd79e99e613e132cff002a85fd583735eb40855 (diff) | |
download | CMake-b55d109864f8496a520434b5eeababf0cf5b7c8e.zip CMake-b55d109864f8496a520434b5eeababf0cf5b7c8e.tar.gz CMake-b55d109864f8496a520434b5eeababf0cf5b7c8e.tar.bz2 |
BUG: Put all files to manifest
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 { |