From ffa8588a7e49cb901074c5deb66e80d6b026056a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 18 Jan 2024 14:02:17 -0700
Subject: [PATCH] sodium: move binary to /usr/bin

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

diff --git a/recipes/tools/sodium/recipe.toml b/recipes/tools/sodium/recipe.toml
index 5986392b0..559e73239 100644
--- a/recipes/tools/sodium/recipe.toml
+++ b/recipes/tools/sodium/recipe.toml
@@ -6,7 +6,7 @@ template = "custom"
 script = """
 "${COOKBOOK_CARGO}" install \
     --path "${COOKBOOK_SOURCE}" \
-    --root "${COOKBOOK_STAGE}/ui" \
+    --root "${COOKBOOK_STAGE}/usr" \
     --locked \
     --no-track \
     --features orbital
-- 
GitLab