commit:     4191d7689891909196462f7e878ea60ece3d31a7
Author:     Michał Kępień <github <AT> kempniu <DOT> pl>
AuthorDate: Sun Nov 20 23:22:18 2016 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 14:04:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4191d768

net-nntp/sabnzbd: Support Prefix

 net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild 
b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
index abf6bc4..c721baf 100644
--- a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
@@ -88,8 +88,8 @@ src_install() {
        insopts -m 0755
        doins SABnzbd.py
 
-       python_fix_shebang "${D}usr/share/${PN}"
-       python_optimize "${D}usr/share/${PN}"
+       python_fix_shebang "${ED}usr/share/${PN}"
+       python_optimize "${ED}usr/share/${PN}"
 
        newinitd "${FILESDIR}/${PN}.initd" "${PN}"
        newconfd "${FILESDIR}/${PN}.confd" "${PN}"

Reply via email to