From 9b176763ea703e1657a040cfc252ab8972d054be Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 22 Feb 2024 08:19:36 +0100 Subject: [PATCH] Install mkosi-initrd as well when building from source mkosi-initrd is now a subpackage so let's make sure we install it when building the rpm from source. --- mkosi.conf.d/30-rpm/mkosi.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.conf.d/30-rpm/mkosi.postinst b/mkosi.conf.d/30-rpm/mkosi.postinst index 3076f26ef..19ce2d7dd 100755 --- a/mkosi.conf.d/30-rpm/mkosi.postinst +++ b/mkosi.conf.d/30-rpm/mkosi.postinst @@ -2,4 +2,4 @@ # SPDX-License-Identifier: LGPL-2.1-or-later set -e -mkosi-install mkosi +mkosi-install mkosi mkosi-initrd -- 2.47.2