summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
index 6724c112aeb5..e1718c453ab4 100644
--- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
+++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
@@ -141,12 +141,16 @@ src_test() {
src_install() {
into /
- dosbin bcachefs fsck.bcachefs mkfs.bcachefs mount.bcachefs
+ dosbin bcachefs
+
+ dosym bcachefs /sbin/fsck.bcachefs
+ dosym bcachefs /sbin/mkfs.bcachefs
+ dosym bcachefs /sbin/mount.bcachefs
if use fuse; then
- dosbin mount.fuse.bcachefs
- newsbin fsck.bcachefs fsck.fuse.bcachefs
- newsbin mkfs.bcachefs mkfs.fuse.bcachefs
+ dosym bcachefs /sbin/fsck.fuse.bcachefs
+ dosym bcachefs /sbin/mkfs.fuse.bcachefs
+ dosym bcachefs /sbin/mount.fuse.bcachefs
fi
doman bcachefs.8