From: Daan De Meyer Date: Thu, 22 Feb 2024 07:19:36 +0000 (+0100) Subject: Install mkosi-initrd as well when building from source X-Git-Tag: v21~37^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2417%2Fhead;p=thirdparty%2Fmkosi.git 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. --- 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