|
@@ -351,6 +351,7 @@ class PackageClass
|
|
logInfo($repoName,"skip copy file",$targetPath);
|
|
logInfo($repoName,"skip copy file",$targetPath);
|
|
}
|
|
}
|
|
$targetPath = pathJoin($rootDir,$targetName);
|
|
$targetPath = pathJoin($rootDir,$targetName);
|
|
|
|
+ logInfo($repoName,"copy file ",$fileName," -> ",$targetName);
|
|
fileCopy($filePath,$targetPath);
|
|
fileCopy($filePath,$targetPath);
|
|
}
|
|
}
|
|
return true;
|
|
return true;
|