net-p2p/tvrss: fix dobin
authorAaron Bauman <bman@gentoo.org>
Fri, 1 Jun 2018 14:00:22 +0000 (10:00 -0400)
committerAaron 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

index 0448089ef81316088438caa8f2f7b756f716fd68..14cc2962f0afecc39c978f74ae801168b8d5950e 100644 (file)
@@ -22,5 +22,5 @@ DEPEND="x11-libs/gtk+:2
        dev-perl/Gtk2"
 
 src_install() {
-       dobin "${S}"/tvrss
+       dobin tvrss
 }