app-misc/todo: rename script and avoid file collision.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 23 Dec 2017 22:58:06 +0000 (23:58 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 23 Dec 2017 23:00:25 +0000 (00:00 +0100)
Closes: https://bugs.gentoo.org/610862
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-misc/todo/todo-2.10-r2.ebuild

index 6ea3e65d4871a29f3f2fec9c6bcc668699c91cff..69c2994478d757017dfbee7faacdd0309b82a05d 100644 (file)
@@ -35,10 +35,10 @@ src_test() {
 }
 
 src_install() {
-       newbin "${PN}.sh" "${PN}"
-       dosym "${PN}" "/usr/bin/${PN}txt"
-       newbashcomp "${PN}_completion" "${PN}.sh"
-       bashcomp_alias "${PN}.sh" "${PN}txt"
+       newbin "${PN}.sh" "${PN}cli"
+       dosym "${PN}cli" "/usr/bin/${PN}txt"
+       newbashcomp "${PN}_completion" "${PN}cli.sh"
+       bashcomp_alias "${PN}cli.sh" "${PN}txt"
        einstalldocs
 }