summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-05-15 18:22:11 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-05-15 18:23:19 +0200
commit348ae74444332bb7683ab5e64bddabaa936aef15 (patch)
tree82c2ede022e02e7e120840d09099d0e328592177
parentnet-misc/dropbox: add 199.4.6287 (diff)
downloadgentoo-348ae74444332bb7683ab5e64bddabaa936aef15.tar.gz
gentoo-348ae74444332bb7683ab5e64bddabaa936aef15.tar.bz2
gentoo-348ae74444332bb7683ab5e64bddabaa936aef15.zip
net-misc/rclone: add mount helper symlink
See also: https://rclone.org/commands/rclone_mount/#rclone-as-unix-mount-helper Closes: https://bugs.gentoo.org/919808 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--net-misc/rclone/rclone-1.66.0-r1.ebuild (renamed from net-misc/rclone/rclone-1.66.0.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/rclone/rclone-1.66.0.ebuild b/net-misc/rclone/rclone-1.66.0-r1.ebuild
index 87da0231b062..b59ebe324c66 100644
--- a/net-misc/rclone/rclone-1.66.0.ebuild
+++ b/net-misc/rclone/rclone-1.66.0-r1.ebuild
@@ -55,11 +55,13 @@ src_test() {
src_install() {
exeinto /usr/bin
doexe "${PN}"
- doman "${PN}.1"
+ dosym -r "/usr/bin/${PN}" /usr/bin/mount.rclone
+ dosym -r "/usr/bin/${PN}" /usr/bin/rclonefs
newbashcomp "${PN}.bash" "${PN}"
insinto /usr/share/zsh/site-functions
newins "${PN}.zsh" "_${PN}"
+ doman "${PN}.1"
einstalldocs
}