summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-01 15:57:37 +0200
committerErich Eckner <git@eckner.net>2018-08-01 15:57:37 +0200
commit387dbd452a61596b5b70f8815f3352104cce56f7 (patch)
tree1861297b980b9a9e56e4eb40d6f13e41b8afba95
parentf63a30fde955630015a8eac3e605e43df9fd6acc (diff)
downloadarchiso32-387dbd452a61596b5b70f8815f3352104cce56f7.tar.xz
fd228a9 introduces some "x86_64" - change it to "${arch}"dual-v38
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 678d654..062ff73 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -107,7 +107,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
if [ "${arch}" = 'i686' ]; then
curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist'