Skip to content
Snippets Groups Projects
Commit c1c4f696 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Try a fix for install on osx

parent 23008196
No related branches found
No related tags found
No related merge requests found
Pipeline #25722 passed
......@@ -22,7 +22,7 @@ build:
- install -d ${PREFIX}/share/doc/{{ name }}
- install -m 644 -D README.rst ${PREFIX}/share/doc/{{ name }}
- install -m 644 -D LICENSE ${PREFIX}/share/doc/{{ name }}
- find doc -type f -exec install -D -m 644 "{}" "${PREFIX}/share/doc/{{ name }}/{}" \;
- find doc -type f -exec install -m 644 -D "{}" "${PREFIX}/share/doc/{{ name }}/{}" \;
requirements:
host:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment