commit:     b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 05:32:18 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 10:05:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d7ea1f

net-wireless/multimode: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 5 ++---
 net-wireless/multimode/multimode-9999.ebuild             | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild 
b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
index b8a3b0feeac..b57130054c5 100644
--- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
+++ b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
@@ -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

diff --git a/net-wireless/multimode/multimode-9999.ebuild 
b/net-wireless/multimode/multimode-9999.ebuild
index b6713c20413..8de909cb340 100644
--- a/net-wireless/multimode/multimode-9999.ebuild
+++ b/net-wireless/multimode/multimode-9999.ebuild
@@ -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

Reply via email to