From 9c54dacdf3dd063b9a497f223757821996ce9619 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 18 Feb 2025 15:47:02 -0700 Subject: [PATCH] Set default configure prefix to /usr --- src/bin/cook.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cook.rs b/src/bin/cook.rs index 174d56e3..482c5605 100644 --- a/src/bin/cook.rs +++ b/src/bin/cook.rs @@ -196,7 +196,7 @@ function DYNAMIC_INIT { COOKBOOK_CONFIGURE_FLAGS=( --host="${GNU_TARGET}" - --prefix="" + --prefix="/usr" --enable-shared --disable-static ) -- GitLab