diff options
author | Colin Gillespie <colin@breavyn.com> | 2023-09-27 09:21:29 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-01 03:55:55 +0100 |
commit | 9a0d501eb6cacc71a110630e4d4d7e5287be4af0 (patch) | |
tree | 3edf73f2c3560f9e97f66b8d26e43b6ac98094ce /sys-fs | |
parent | www-client/chromium: drop 116.0.5845.187 (diff) | |
download | gentoo-9a0d501eb6cacc71a110630e4d4d7e5287be4af0.tar.gz gentoo-9a0d501eb6cacc71a110630e4d4d7e5287be4af0.tar.bz2 gentoo-9a0d501eb6cacc71a110630e4d4d7e5287be4af0.zip |
sys-fs/bcachefs-tools: convert helper scripts to symlinks
Separate helper scripts have been removed and should now be symlinks to
the bcachefs binary.
Signed-off-by: Colin Gillespie <colin@breavyn.com>
Closes: https://github.com/gentoo/gentoo/pull/33081
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 12 |
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 |