From 360975c08bae5218d91d30620ccb52cd287ce514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 18 Sep 2023 21:43:20 +0200 Subject: [PATCH] Fix creation of installkernel symlink --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 6cac1a2..01f003c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -820,7 +820,7 @@ install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE24} # https://bugzilla.redhat.com/show_bug.cgi?id=2107754 install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/network/ %{SOURCE25} -ln -s --relative kernel-install %{buildroot}%{_sbindir}/installkernel +ln -s --relative %{buildroot}%{_bindir}/kernel-install %{buildroot}%{_sbindir}/installkernel %find_lang %{name}