Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/devel/ocaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down