mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
Merge branch 'book-recipe-migration' into 'master'
Migrate the book recipe to /usr See merge request redox-os/cookbook!385
This commit is contained in:
commit
39fa9acd64
@ -4,7 +4,7 @@ git = "https://gitlab.redox-os.org/redox-os/book.git"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
dir="${COOKBOOK_STAGE}/share/book"
|
dir="${COOKBOOK_STAGE}/usr/share/book"
|
||||||
mkdir -pv "${dir}"
|
mkdir -pv "${dir}"
|
||||||
mdbook build --dest-dir "${dir}" "${COOKBOOK_SOURCE}"
|
mdbook build --dest-dir "${dir}" "${COOKBOOK_SOURCE}"
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user