mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
lkrg: fix last sec typo, https://github.com/pentoo/pentoo-overlay/pull/743
This commit is contained in:
parent
f1d246d7a3
commit
8538b05f6f
1 changed files with 2 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue