From 9a7dbd1de2712ae19f9306742a8d9269922a0688 Mon Sep 17 00:00:00 2001 From: Dmytro Semenets Date: Sun, 25 Feb 2024 17:30:46 +0200 Subject: [PATCH] custom_script: Fix generation dependency for conf- target Dependency for conf- target was //conf-.yaml Fixed for /conf-.yaml Signed-off-by: Dmytro Semenets Reviewed-by: Volodymyr Babchuk --- moulin/builders/custom_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moulin/builders/custom_script.py b/moulin/builders/custom_script.py index 476ad71..883a7ef 100644 --- a/moulin/builders/custom_script.py +++ b/moulin/builders/custom_script.py @@ -84,7 +84,7 @@ def gen_build(self): config_file=local_conf_file)) self.generator.newline() - self.generator.build(f"conf-{self.name}", "phony", os.path.join(work_dir, local_conf_target)) + self.generator.build(f"conf-{self.name}", "phony", local_conf_target) self.generator.newline() self.generator.build(targets, "cs_build", deps, variables=dict(