Browse Source

BUG: Put all files to manifest

Andy Cedilnik 22 năm trước cách đây
mục cha
commit
b55d109864
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/cmFileCommand.cxx

+ 1 - 1
Source/cmFileCommand.cxx

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