diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index c2182b527..04405660e 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -86,7 +86,7 @@ pacman --noconfirm -Rdd base gettext &>>"${_LOG}" _run_test "licenses" #shellcheck disable=SC2046 for i in $(pacman -Ql $(pacman -Q | sd ' .*' '') | rg -o '/usr/share/licenses/.*'); do - [[ -e "${i}" ]] || echo "${i}" | rg -v '/xz/' >>license-error.log + [[ -e "${i}" ]] || echo "${i}" >>license-error.log done _result license-error.log _run_test "filesystems" diff --git a/usr/lib/archboot/cpio/hooks/licenses b/usr/lib/archboot/cpio/hooks/licenses index 3f470b930..28863e068 100644 --- a/usr/lib/archboot/cpio/hooks/licenses +++ b/usr/lib/archboot/cpio/hooks/licenses @@ -135,6 +135,7 @@ util-linux/COPYING.ISC util-linux/util-linux-BSD-2-Clause.txt wireless-regdb/LICENSE xxhash/LICENSE +xz/COPYING zlib/LICENSE zoxide/LICENSE zstd/LICENSE)