From 99344b4305b897f0ac79176b60b9907281619451 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Mon, 23 Sep 2019 13:44:26 -0700 Subject: [PATCH] net-misc/AQtion: Fix build against a non-running kernel Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick McLean --- net-misc/AQtion/AQtion-2.2.7.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-misc/AQtion/AQtion-2.2.7.ebuild b/net-misc/AQtion/AQtion-2.2.7.ebuild index 157bb239defb..052ff5de6cb2 100644 --- a/net-misc/AQtion/AQtion-2.2.7.ebuild +++ b/net-misc/AQtion/AQtion-2.2.7.ebuild @@ -43,7 +43,11 @@ src_prepare() { fi } +src_compile() { + KDIR="${KERNEL_DIR}" linux-mod_src_compile +} + src_install() { - linux-mod_src_install + KDIR="${KERNEL_DIR}" linux-mod_src_install dodoc "${DOCS[@]}" } -- 2.26.2