sys-fs/bcachefs-tools: update ebuild
Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
parent
cfbb3c69fc
commit
fe2c8201db
@ -210,7 +210,11 @@ src_compile() {
|
||||
./bcachefs completions ${shell} > ${shell}.completion || die
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user