diff options
author | Michał Kępień <github@kempniu.pl> | 2016-11-21 00:22:18 +0100 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2016-11-21 09:04:20 -0500 |
commit | 4191d7689891909196462f7e878ea60ece3d31a7 (patch) | |
tree | 6fc538935e1f38804ddd140cd6b3b23ea485e7df /net-nntp/sabnzbd | |
parent | net-nntp/sabnzbd: Fix starting when default Python is not 2.x (diff) | |
download | gentoo-4191d7689891909196462f7e878ea60ece3d31a7.tar.gz gentoo-4191d7689891909196462f7e878ea60ece3d31a7.tar.bz2 gentoo-4191d7689891909196462f7e878ea60ece3d31a7.zip |
net-nntp/sabnzbd: Support Prefix
Diffstat (limited to 'net-nntp/sabnzbd')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 4 |
1 files 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 abf6bc4a263e..c721bafd9865 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}" |