Migrate the book recipe to /usr

This commit is contained in:
Ribbon 2024-08-03 04:30:31 +00:00
parent eeff190c0e
commit f57737585b

View File

@ -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}"
"""