Add patch to fix default Arch Linux binary path location issues

This commit is contained in:
Sean Casey
2026-04-03 16:13:02 -06:00
parent f0461242ea
commit 869af29851

View File

@@ -24,6 +24,8 @@ pkgver() {
prepare() {
cd "$srcdir/$_pkgname"
# Patch hardcoded paths to match Arch Linux standard (/usr/bin)
sed -i 's|/usr/local/bin/numa|/usr/bin/numa|g' src/system_dns.rs
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked
}