summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-30 10:44:38 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-30 10:44:38 +0200
commit471e2461f39bfc21a215cccf5939f61f7c36d9fd (patch)
treecc8170c8c03baaad0436561d1ed37d593e377b2f /net-im/pyicq-t
parentlicenses: Remove unused 'Whitehead-MIT' (diff)
downloadgentoo-471e2461f39bfc21a215cccf5939f61f7c36d9fd.tar.gz
gentoo-471e2461f39bfc21a215cccf5939f61f7c36d9fd.tar.bz2
gentoo-471e2461f39bfc21a215cccf5939f61f7c36d9fd.zip
net-im/pyicq-t: Fix double EPREFIX
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/pyicq-t')
-rw-r--r--net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index d9e5fd57fdf4..bbfe7914fe4a 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -57,7 +57,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
systemd_dounit "${FILESDIR}/${PN}.service"
sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
- "${ED}/etc/init.d/${PN}" "${ED}/$(systemd_get_systemunitdir)/${PN}.service" || die
+ "${ED}/etc/init.d/${PN}" "${D%/}/$(systemd_get_systemunitdir)/${PN}.service" || die
python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
}