commit:     59355b434807baf49f02cf23b5c49ec90b8b3383
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:48:51 2023 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 11:48:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59355b43

sys-kernel/kpatch: Call linux-mod-r1_pkg_setup before postinst

Closes: https://bugs.gentoo.org/909384

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 sys-kernel/kpatch/kpatch-0.9.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-kernel/kpatch/kpatch-0.9.8.ebuild 
b/sys-kernel/kpatch/kpatch-0.9.8.ebuild
index 830df5138431..46481bc8ed5c 100644
--- a/sys-kernel/kpatch/kpatch-0.9.8.ebuild
+++ b/sys-kernel/kpatch/kpatch-0.9.8.ebuild
@@ -63,6 +63,7 @@ pkg_setup() {
                check_extra_config
        fi
 
+       linux-mod-r1_pkg_setup
 }
 
 src_prepare() {

Reply via email to