summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2023-06-30 07:48:51 -0400
committerMike Pagano <mpagano@gentoo.org>2023-06-30 07:48:51 -0400
commit59355b434807baf49f02cf23b5c49ec90b8b3383 (patch)
treee33738861bb1b39754efd8858741843209905379 /sys-kernel/kpatch
parentsci-mathematics/giac: fix and re-enable two disabled tests. (diff)
downloadgentoo-59355b434807baf49f02cf23b5c49ec90b8b3383.tar.gz
gentoo-59355b434807baf49f02cf23b5c49ec90b8b3383.tar.bz2
gentoo-59355b434807baf49f02cf23b5c49ec90b8b3383.zip
sys-kernel/kpatch: Call linux-mod-r1_pkg_setup before postinst
Closes: https://bugs.gentoo.org/909384 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel/kpatch')
-rw-r--r--sys-kernel/kpatch/kpatch-0.9.8.ebuild1
1 files changed, 1 insertions, 0 deletions
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() {