sys-fs/bcachefs-tools: update ebuild

Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
Alexander Miroshnichenko 2025-09-16 16:18:23 +03:00
parent cfbb3c69fc
commit fe2c8201db
Signed by: alex
GPG Key ID: E93720C6C73A77F4

View File

@ -210,7 +210,11 @@ src_compile() {
./bcachefs completions ${shell} > ${shell}.completion || die ./bcachefs completions ${shell} > ${shell}.completion || die
done done
local modlist=( "bcachefs=:../${MODULE_S}::default" ) local modlist=( "bcachefs=kernel/drivers/fs:../module/src/bcachefs-${PV}::default" )
local modargs=(
KDIR=${KV_OUT_DIR}
)
use modules && linux-mod-r1_src_compile use modules && linux-mod-r1_src_compile
} }