From 659ce8ffdb576f7e904d62f76bf34d3c65ad2c7c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 11 Sep 2024 09:33:17 +0200 Subject: [PATCH] add systemd license --- usr/lib/archboot/cpio/hooks/licenses | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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} }