From 819e18d70a655b81a186cda904d90607bacfef16 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 20 Oct 2022 07:43:43 +0200 Subject: [PATCH] update to new shadow license name --- usr/lib/initcpio/install/archboot_base_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 3f49adf68..bd40463c8 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -155,7 +155,7 @@ build () add_full_dir /usr/share/archboot/keys ### fix licenses - map add_file "/usr/share/licenses/shadow/LICENSE" "/usr/share/licenses/iana-etc/LICENSE" \ + map add_file "/usr/share/licenses/shadow/COPYING" "/usr/share/licenses/iana-etc/LICENSE" \ "/usr/share/licenses/dbus/COPYING" "/usr/share/licenses/p11-kit/COPYING" }