diff options
Diffstat (limited to 'net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild')
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild index 245d6fce20df..cc21cd0b6b68 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,7 +41,7 @@ src_install () { touch src/__init__.py || die install_python() { - local python_moduleroot=${PN} + python_moduleinto ${PN} python_domodule src/* sed \ -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \ |