From dbce23763db2cc4d7127bbbb4fa0cd74850cc96c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 6 Sep 2023 09:13:26 +0200 Subject: [PATCH] replace with CACHEDIR --- usr/lib/archboot/installer/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index 50cab0afe..e38572b2e 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -18,7 +18,7 @@ if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then _VMLINUZ_EFISTUB="Image" fi # abstract the common pacman args -_PACMAN="pacman --root ${_DESTDIR} --cachedir=${_DESTDIR}/var/cache/pacman/pkg --noconfirm --noprogressbar" +_PACMAN="pacman --root ${_DESTDIR} --cachedir=${_DESTDIR}${_CACHEDIR} --noconfirm --noprogressbar" _linux_firmware() { _PACKAGES="${_PACKAGES//\ linux-firmware\ / }"