projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a53cda5
)
net-p2p/tvrss: fix dobin
author
Aaron Bauman
<bman@gentoo.org>
Fri, 1 Jun 2018 14:00:22 +0000
(10:00 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Fri, 1 Jun 2018 14:05:16 +0000
(10:05 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-p2p/tvrss/tvrss-1.8_beta.ebuild
patch
|
blob
|
history
diff --git
a/net-p2p/tvrss/tvrss-1.8_beta.ebuild
b/net-p2p/tvrss/tvrss-1.8_beta.ebuild
index 0448089ef81316088438caa8f2f7b756f716fd68..14cc2962f0afecc39c978f74ae801168b8d5950e 100644
(file)
--- a/
net-p2p/tvrss/tvrss-1.8_beta.ebuild
+++ b/
net-p2p/tvrss/tvrss-1.8_beta.ebuild
@@
-22,5
+22,5
@@
DEPEND="x11-libs/gtk+:2
dev-perl/Gtk2"
src_install() {
- dobin
"${S}"/
tvrss
+ dobin tvrss
}