diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-29 07:32:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-29 12:05:42 +0200 |
commit | b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f (patch) | |
tree | 55214a4cf7d7e65da3b735499accdb253d6bf68a /net-wireless/multimode | |
parent | net-mail/rss2email: Fix DoublePrefixInPath (diff) | |
download | gentoo-b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f.tar.gz gentoo-b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f.tar.bz2 gentoo-b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f.zip |
net-wireless/multimode: Fix DoublePrefixInPath
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/multimode')
-rw-r--r-- | net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 b8a3b0feeac2..b57130054c5c 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 b6713c20413e..8de909cb3401 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 |