From 853a553f645154fc58d2c44cba3697515deb5b25 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 24 Nov 2022 12:45:23 +0100 Subject: [PATCH] fix CACHEDIR --- usr/lib/archboot/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 0844225a0..47a640032 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -1,7 +1,7 @@ #!/bin/bash # created by Tobias Powalowski . /etc/archboot/defaults -_CACHEDIR="${1}/var/cache/pacman/pkg" +_CACHEDIR="/var/cache/pacman/pkg" _usage () { echo "CREATE ARCHBOOT CONTAINER"