sys-fs/bcachefs-tools: update ebuild

Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
2025-09-16 16:46:37 +03:00
parent fe2c8201db
commit a1e25cc447

View File

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