Change dynamic template prefix to /usr

This commit is contained in:
Jeremy Soller 2025-02-28 09:47:42 -07:00
parent e92927abc0
commit 1334299b79
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -699,7 +699,7 @@ function cookbook_cargo_packages {
COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/configure"
COOKBOOK_CONFIGURE_FLAGS=(
--host="${GNU_TARGET}"
--prefix=""
--prefix="/usr"
--disable-shared
--enable-static
)