net-wireless/multimode: Fix DoublePrefixInPath
authorMichał Górny <mgorny@gentoo.org>
Thu, 29 Aug 2019 05:32:18 +0000 (07:32 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 29 Aug 2019 10:05:42 +0000 (12:05 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
net-wireless/multimode/multimode-9999.ebuild

index b8a3b0feeac2494cf2149fab3c744db1087b9c67..b57130054c5c5ae6cd62e49603fe487488e53382 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,8 +35,7 @@ src_compile() {
 
 src_install() {
        newbin ${PN}.py ${PN}
-       insinto $(python_get_sitedir)
-       doins ${PN}_helper.py
+       python_domodule ${PN}_helper.py
        insinto /usr/share/${PN}
        doins ${PN}.grc
        python_fix_shebang "${ED}"/usr/bin
index b6713c20413eb4db5a62a3d555a44a57d8c6b59e..8de909cb340179d3ab3ea8a7d8e6366836f7f8cb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,8 +35,7 @@ src_compile() {
 
 src_install() {
        newbin ${PN}.py ${PN}
-       insinto $(python_get_sitedir)
-       doins ${PN}_helper.py
+       python_domodule ${PN}_helper.py
        insinto /usr/share/${PN}
        doins ${PN}.grc
        python_fix_shebang "${ED}"/usr/bin