diff --git a/usr/lib/archboot/cpio/hooks/licenses b/usr/lib/archboot/cpio/hooks/licenses index 3d3912b03..3f470b930 100644 --- a/usr/lib/archboot/cpio/hooks/licenses +++ b/usr/lib/archboot/cpio/hooks/licenses @@ -109,6 +109,7 @@ sd/LICENSE sdparm/LICENSE shadow/COPYING sqlite/license.txt +systemd/MIT-0.txt terminus-font/LICENSE tmux/LICENSE tpm2-tss/LICENSE @@ -144,9 +145,6 @@ done if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then _file /usr/share/licenses/broadcom-wl/LICENSE fi - if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then - _file /usr/share/licenses/systemd/MIT-0.txt - fi _map _full_dir /usr/share/licenses/{spdx,linux-firmware} }