Diff bcachefs-tools-1.39.3 with a bcachefs-tools-9999
| /usr/portage/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild 2026-09-09 20:03:04.935643477 +0300 | ||
|---|---|---|
| 368 | 368 |
cargo_env emake bcachefs || die |
| 369 | 369 |
use modules && linux-mod-r1_src_compile |
| 370 | 370 | |
| 371 |
# Recent versions mangle the 'bcachefs' symbolic link, work around it. |
|
| 372 |
[[ -e bcachefs ]] && die "bcachefs symlink is valid, please remove workaround" |
|
| 373 |
ln -rsf target/release/bcachefs bcachefs || die |
|
| 374 | ||
| 375 | 371 |
local shell |
| 376 | 372 |
for shell in bash fish zsh; do |
| 377 | 373 |
sysroot_try_run_prefixed ./bcachefs completions ${shell} > ${shell}.completion || die
|