Skip to content
Snippets Groups Projects
Commit f5773758 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Migrate the book recipe to /usr

parent eeff190c
No related branches found
No related tags found
1 merge request!385Migrate the book recipe to /usr
......@@ -4,7 +4,7 @@ git = "https://gitlab.redox-os.org/redox-os/book.git"
[build]
template = "custom"
script = """
dir="${COOKBOOK_STAGE}/share/book"
dir="${COOKBOOK_STAGE}/usr/share/book"
mkdir -pv "${dir}"
mdbook build --dest-dir "${dir}" "${COOKBOOK_SOURCE}"
"""
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