From 8538b05f6f290e2185ceb7d551d46fb519429817 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sun, 26 Sep 2021 21:43:07 +0800 Subject: [PATCH] lkrg: fix last sec typo, https://github.com/pentoo/pentoo-overlay/pull/743 --- app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild b/app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild index 942e5579e..201cae6a3 100644 --- a/app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild +++ b/app-antivirus/lkrg/lkrg-0.9.1_p20210913.ebuild @@ -13,13 +13,11 @@ SRC_URI="https://github.com/openwall/lkrg/archive/${HASH_COMMIT}.tar.gz -> ${P}. LICENSE="GPL-3" SLOT="0" - KEYWORDS="~amd64 ~x86" IUSE="" -MODULE_NAMES="p_lkrg(misc:${S}:${S})" - S="${WORKDIR}/${PN}-${HASH_COMMIT}" +MODULE_NAMES="p_lkrg(misc:${S}:${S})" pkg_setup() { local CONFIG_CHECK="JUMP_LABEL" @@ -27,7 +25,7 @@ pkg_setup() { # compile against selected (not running) target BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}" - BUILD_TARGETS="clean all" + BUILD_TARGETS="all" } pkg_postinst() {