Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
Date: Tue, 30 Jul 2019 08:48:57
Message-Id: 1564476278.471e2461f39bfc21a215cccf5939f61f7c36d9fd.mgorny@gentoo
1 commit: 471e2461f39bfc21a215cccf5939f61f7c36d9fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 08:44:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 08:44:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e2461
7
8 net-im/pyicq-t: Fix double EPREFIX
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index d9e5fd57fdf..bbfe7914fe4 100644
17 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
18 +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
19 @@ -57,7 +57,7 @@ src_install() {
20 newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
21 systemd_dounit "${FILESDIR}/${PN}.service"
22 sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
23 - "${ED}/etc/init.d/${PN}" "${ED}/$(systemd_get_systemunitdir)/${PN}.service" || die
24 + "${ED}/etc/init.d/${PN}" "${D%/}/$(systemd_get_systemunitdir)/${PN}.service" || die
25
26 python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
27 }