projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef9e02
)
app-misc/todo: rename binary due to a collision with another ebuild.
author
Patrice Clement
<monsieurp@gentoo.org>
Sat, 25 Feb 2017 09:14:26 +0000
(10:14 +0100)
committer
Patrice Clement
<monsieurp@gentoo.org>
Sat, 25 Feb 2017 09:15:01 +0000
(10:15 +0100)
Gentoo-Bug: https://bugs.gentoo.org/610862
Package-Manager: portage-2.3.3
app-misc/todo/todo-2.10.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/todo/todo-2.10.ebuild
b/app-misc/todo/todo-2.10.ebuild
index c8eefae79b64832d04509e4f2c43f343526763ae..1d1dc174c7ed61ff34fb05260bcb1eb3d0c2c606 100644
(file)
--- a/
app-misc/todo/todo-2.10.ebuild
+++ b/
app-misc/todo/todo-2.10.ebuild
@@
-26,7
+26,9
@@
src_test() {
}
src_install() {
- newbin "${PN}.sh" "${PN}"
- newbashcomp "${PN}_completion" "${PN}"
+ # Renaming occur due to a clash with another package.
+ # See bug 610862.
+ newbin "${PN}.sh" "${PN}txt"
+ newbashcomp "${PN}_completion" "${PN}txt"
einstalldocs
}