[Feature] Add GitHub Action Workflow for Arch Linux AUR Package publishing #33
2
PKGBUILD
2
PKGBUILD
@@ -24,6 +24,8 @@ pkgver() {
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$_pkgname"
|
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
|
export RUSTUP_TOOLCHAIN=stable
|
||||||
cargo fetch --locked
|
cargo fetch --locked
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user