From 75ba3044105ee86a48843da9cde4f5d9ac32195c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Aug 2018 15:56:30 +0200 Subject: fd228a9 introduces some "x86_64" - change it to "${arch}" --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 18743ef..da291c3 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -102,7 +102,7 @@ make_setup_mkinitcpio() { make_customize_airootfs() { cp -af ${script_path}/airootfs ${work_dir}/${arch} - cp ${script_path}/pacman.conf ${work_dir}/x86_64/airootfs/etc + cp ${script_path}/pacman.conf ${work_dir}/${arch}/airootfs/etc curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://git.archlinux32.org/archlinux32/packages/raw/branch/master/core/pacman-mirrorlist/mirrorlist' -- cgit v1.2.3-54-g00ecf