commit:     274f2ea9a7c3f75ce4476089053789330ef0dcc0
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 08:32:45 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 08:32:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274f2ea9

net-misc/buka: install script in /usr/bin.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/buka/buka-3.0.1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-misc/buka/buka-3.0.1.ebuild b/net-misc/buka/buka-3.0.1.ebuild
index ab4196561b1..1aa8b0d6554 100644
--- a/net-misc/buka/buka-3.0.1.ebuild
+++ b/net-misc/buka/buka-3.0.1.ebuild
@@ -24,10 +24,8 @@ RDEPEND="dev-python/beautifulsoup
 
 src_install() {
        default
-       doman ${PN}.1
-       dobin ${PN}
-       exeinto /usr/share
-       doexe ${PN}-parse
+       doman "${PN}.1"
+       dobin "${PN}" "${PN}-parse"
 }
 
 pkg_postinst() {

Reply via email to