Auto architecture detection is not valid for armv7h, as the kernel
reports armv7l as machine.

ALARM uses CARCH instead, which fixes the issue.

Signed-off-by: Paul Kocialkowski <cont...@paulk.fr>
---
 libre/pacman/pacman.conf.armv7h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h
index de321af..748ff21 100644
--- a/libre/pacman/pacman.conf.armv7h
+++ b/libre/pacman/pacman.conf.armv7h
@@ -20,7 +20,7 @@ HoldPkg     = pacman glibc
 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
 #CleanMethod = KeepInstalled
 #UseDelta    = 0.7
-Architecture = auto
+Architecture = @CARCH@
 
 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
 #IgnorePkg   =
-- 
2.9.0

_______________________________________________
Dev mailing list
Dev@lists.parabola.nu
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to