From 32bea458f7979f28ab7b0be3ff6f3b4fc0523afb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jun 2024 08:59:33 +0200 Subject: [PATCH] add icu to fix packages --- usr/bin/archboot-testsuite.sh | 1 + usr/lib/archboot/common.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index 704e72106..45c737586 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -2,6 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # created by Tobias Powalowski . /usr/lib/archboot/common.sh +_LANG=C _LOG=testsuite.log _APPNAME=${0##*/} _usage () { diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index 54b8a93fb..b0067a0bb 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -33,7 +33,7 @@ _CACHEDIR="/var/cache/pacman/pkg" _LOCAL_DB="${_CACHEDIR}/archboot.db" _PUB="public_html" _RSYNC="rsync -a -q --delete --delete-delay" -_FIX_PACKAGES="libelf libevent talloc gcc-libs glibc glib2 pcre2 nss terminus-font" +_FIX_PACKAGES="libelf libevent talloc gcc-libs glibc glib2 icu pcre2 nss terminus-font" _XORG_PACKAGE="xorg" _VNC_PACKAGE="tigervnc" _WAYLAND_PACKAGE="egl-wayland"