summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Kępień <github@kempniu.pl>2016-11-21 00:22:18 +0100
committerJustin Bronder <jsbronder@gentoo.org>2016-11-21 09:04:20 -0500
commit4191d7689891909196462f7e878ea60ece3d31a7 (patch)
tree6fc538935e1f38804ddd140cd6b3b23ea485e7df
parentnet-nntp/sabnzbd: Fix starting when default Python is not 2.x (diff)
downloadgentoo-4191d7689891909196462f7e878ea60ece3d31a7.tar.gz
gentoo-4191d7689891909196462f7e878ea60ece3d31a7.tar.bz2
gentoo-4191d7689891909196462f7e878ea60ece3d31a7.zip
net-nntp/sabnzbd: Support Prefix
-rw-r--r--net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild4
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}"