summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-21 15:42:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-21 15:42:50 (GMT)
commitb55d109864f8496a520434b5eeababf0cf5b7c8e (patch)
tree6352fdf96bb45e28d71e1ad7ddde24f8a56f701a /Source/cmFileCommand.cxx
parentbfd79e99e613e132cff002a85fd583735eb40855 (diff)
downloadCMake-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.cxx2
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
{