From f328e58c025f093f68f0329969da05f5d4e208cb Mon Sep 17 00:00:00 2001 From: bruno-ds Date: Wed, 10 Feb 2021 15:35:38 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03721=20-=20toolkit's=20"update=20iTop"?= =?UTF-8?q?=20with=20the=20"Create=20symbolic=20links"=20option=20checked?= =?UTF-8?q?=20now=20empty=20the=20compiled=20directory=20as=20expected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/compiler.class.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index b1c4eff64..dc9d6556b 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -133,6 +133,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 {