From f57737585ba134df011a7be63a2927ae4a574bab Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 3 Aug 2024 04:30:31 +0000
Subject: [PATCH] Migrate the book recipe to /usr

---
 recipes/doc/book/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/doc/book/recipe.toml b/recipes/doc/book/recipe.toml
index 300f96de8..dee8082a6 100644
--- a/recipes/doc/book/recipe.toml
+++ b/recipes/doc/book/recipe.toml
@@ -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}"
 """
-- 
GitLab