From 3c8efe5f918cf7ca3beef682ee169ac87cdd6ff0 Mon Sep 17 00:00:00 2001 From: Ralf Hubert Date: Tue, 30 Sep 2025 09:17:43 +0000 Subject: [PATCH] devel::ocaml: fix incremental build --- recipes/devel/ocaml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/devel/ocaml.yaml b/recipes/devel/ocaml.yaml index 33554946..98c26c96 100644 --- a/recipes/devel/ocaml.yaml +++ b/recipes/devel/ocaml.yaml @@ -15,7 +15,7 @@ buildScript: | # Note: the configure script is broken - it generates the makefiles in the # directory of configure not in cwd. But the autotools-class expects the makefiles # to be in build. rsync the sources into 'build' dir as workaround - mkdir build + mkdir -p build rsync -a $1/ build/ # The makefile expects 'strip' in the path...