N°3721 - toolkit's "update iTop" with the "Create symbolic links" option checked now empty the compiled directory as expected

This commit is contained in:
bruno-ds
2021-02-10 14:34:21 +01:00
parent 6b76e5a853
commit f647ce61c2

View File

@@ -129,6 +129,8 @@ class MFCompiler
{
// Skip the creation of a temporary dictionary, not compatible with symbolic links
$sTempTargetDir = $sFinalTargetDir;
SetupUtils::rrmdir($sFinalTargetDir);
SetupUtils::builddir($sFinalTargetDir); // Here is the directory
}
else
{