From d8418ed9abee98e96387e24d8091bd0c6f18ccd6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 18 Jul 2024 07:47:01 +0200 Subject: [PATCH] pcre is not installed on aarch64 --- usr/lib/archboot/cpio/hooks/base_common_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/hooks/base_common_system b/usr/lib/archboot/cpio/hooks/base_common_system index bcde75420..8e8a96c95 100644 --- a/usr/lib/archboot/cpio/hooks/base_common_system +++ b/usr/lib/archboot/cpio/hooks/base_common_system @@ -27,7 +27,7 @@ intel-ucode-*-[0-9]*,jansson-*-[0-9]*,libburn-*-[0-9]*,libev-*-[0-9]*,libisoburn libksba-*-[0-9]*,libnfnetlink-*-[0-9]*,libnetfilter_conntrack-*-[0-9]*,libnftnl-*-[0-9]*,\ libpcap-*-[0-9]*,libpipeline-*-[0-9]*,libsysprof-capture-*-[0-9]*,libwbclient-*-[0-9]*,limine-*-[0-9]*,\ linux-api-headers-*-[0-9]*,lmdb-*-[0-9]*,memtest86+-*-[0-9]*,memtest86+-efi-*-[0-9]*,memtest-*-[0-9]*,\ -mpdecimal-*-[0-9]*,mtools-*-[0-9]*,nettle-*-[0-9]*,oniguruma-*-[0-9]*,python-*-[0-9]*,python-pefile-*-[0-9]*,\ +mpdecimal-*-[0-9]*,mtools-*-[0-9]*,nettle-*-[0-9]*,oniguruma-*-[0-9]*,pcre-*-[0-9]*,python-*-[0-9]*,python-pefile-*-[0-9]*,\ refind-*-[0-9]*,rpcbind-*-[0-9]*,systemd-ukify-*-[0-9]*,zsh-*-[0-9]*} \ --exclude=usr/share/locale/*/{grub*,binutils*,gdbm*,bfd*,gettext*,gas*,gnutls*,gold*,gprof*,ld*,opcodes*} \ --hard-dereference -cpf - \