mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +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]
|
||||
template = "custom"
|
||||
script = """
|
||||
dir="${COOKBOOK_STAGE}/share/book"
|
||||
dir="${COOKBOOK_STAGE}/usr/share/book"
|
||||
mkdir -pv "${dir}"
|
||||
mdbook build --dest-dir "${dir}" "${COOKBOOK_SOURCE}"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user