diff --git a/recipes/doc/book/recipe.toml b/recipes/doc/book/recipe.toml
index 300f96de8e10571830670aea92ac8eab5155e935..dee8082a69340bec07e033413134ec06a5c60eae 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}"
 """