diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2016-11-22 08:56:04 -0500 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2016-11-22 08:56:04 -0500 |
commit | 548304dd0f79386ca2d83d1af56045ad99e42cb1 (patch) | |
tree | 3739382e021423e32ca3f4608e438638b1965f10 /net-nntp | |
parent | net-dialup/ppp: Removed old. (diff) | |
download | gentoo-548304dd0f79386ca2d83d1af56045ad99e42cb1.tar.gz gentoo-548304dd0f79386ca2d83d1af56045ad99e42cb1.tar.bz2 gentoo-548304dd0f79386ca2d83d1af56045ad99e42cb1.zip |
net-nntp/sabnzbd: strip trailing slash for ED
Per https://github.com/gentoo/gentoo/pull/2874#pullrequestreview-9526969
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild index 7502561fb08a..289bd99e7c1c 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild @@ -88,8 +88,8 @@ src_install() { insopts -m 0755 doins SABnzbd.py - python_fix_shebang "${ED}usr/share/${PN}" - python_optimize "${ED}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}" |