From bbdd6f9b1a06575314b4b8709c69d184946505e9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 12 Sep 2024 20:34:36 +0200 Subject: [PATCH] correct xz license --- usr/bin/archboot-testsuite.sh | 2 +- usr/lib/archboot/cpio/hooks/licenses | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)