correct xz license

This commit is contained in:
Tobias Powalowski 2024-09-12 20:34:36 +02:00
parent b1f267a043
commit bbdd6f9b1a
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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)