From 27b50c577bdcc7c19e58371e0f976d517605ed92 Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 1 May 2020 10:35:59 +0100 Subject: [PATCH] add arch env var to path for compiled pkgs --- build/root/custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/custom.sh b/build/root/custom.sh index 1346f86..164007b 100644 --- a/build/root/custom.sh +++ b/build/root/custom.sh @@ -12,6 +12,6 @@ aur_helper_version="3.1-1" # install aur helper pacman -S --needed base-devel --noconfirm -curly.sh -rc 6 -rw 10 -of "/tmp/${aur_helper}-any.pkg.tar.xz" -url "https://github.com/binhex/arch-packages/raw/master/compiled/${aur_helper}-${aur_helper_version}-any.pkg.tar.xz" +curly.sh -rc 6 -rw 10 -of "/tmp/${aur_helper}-any.pkg.tar.xz" -url "https://github.com/binhex/arch-packages/raw/master/compiled/${OS_ARCH}/${aur_helper}-${aur_helper_version}-any.pkg.tar.xz" pacman -U "/tmp/${aur_helper}-any.pkg.tar.xz" --noconfirm