projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31979e9
)
net-misc/buka: install script in /usr/bin.
author
Patrice Clement
<monsieurp@gentoo.org>
Sun, 22 Oct 2017 08:32:45 +0000
(10:32 +0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Sun, 22 Oct 2017 08:32:45 +0000
(10:32 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-misc/buka/buka-3.0.1.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/buka/buka-3.0.1.ebuild
b/net-misc/buka/buka-3.0.1.ebuild
index ab4196561b184ba787c2575acc3756911b592dc5..1aa8b0d6554b7d709a215da1cfd4df9ea6ec5f07 100644
(file)
--- 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() {