From b55d109864f8496a520434b5eeababf0cf5b7c8e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 21 Apr 2004 11:42:50 -0400 Subject: [PATCH] BUG: Put all files to manifest --- Source/cmFileCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index ecac04074..4f578c2b5 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 {