summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-22 10:32:45 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-22 10:32:45 +0200
commit274f2ea9a7c3f75ce4476089053789330ef0dcc0 (patch)
tree3d8437cdabe3f20be98665933f0b4cfbff2791d5 /net-misc
parentapp-misc/sphinx: cleanup (diff)
downloadgentoo-274f2ea9a7c3f75ce4476089053789330ef0dcc0.tar.gz
gentoo-274f2ea9a7c3f75ce4476089053789330ef0dcc0.tar.bz2
gentoo-274f2ea9a7c3f75ce4476089053789330ef0dcc0.zip
net-misc/buka: install script in /usr/bin.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/buka/buka-3.0.1.ebuild6
1 files 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 ab4196561b18..1aa8b0d6554b 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() {