We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0e89 commit 3c8efe5Copy full SHA for 3c8efe5
1 file changed
recipes/devel/ocaml.yaml
@@ -15,7 +15,7 @@ buildScript: |
15
# Note: the configure script is broken - it generates the makefiles in the
16
# directory of configure not in cwd. But the autotools-class expects the makefiles
17
# to be in build. rsync the sources into 'build' dir as workaround
18
- mkdir build
+ mkdir -p build
19
rsync -a $1/ build/
20
21
# The makefile expects 'strip' in the path...
0 commit comments