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: Sat, 31 Aug 2019 07:02:36
Message-Id: 1567234949.58405d7ee3d4124274f01068f2afeb5b9511ea20.mgorny@gentoo
1 commit: 58405d7ee3d4124274f01068f2afeb5b9511ea20
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 06:55:59 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 07:02:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58405d7e
7
8 net-im/pyicq-t: Fix DoublePrefixInPath
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 bbfe7914fe4..ec0c387fbfa 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 @@ -48,7 +48,7 @@ src_install() {
20 newins config_example.xml ${PN}.xml
21 fperms 600 /etc/jabber/${PN}.xml
22 fowners jabber:jabber /etc/jabber/${PN}.xml
23 - fperms 755 "$(python_get_sitedir)/${PN}/${PN}.py"
24 + chmod 755 "${D}$(python_get_sitedir)/${PN}/${PN}.py" || die
25 sed -i \
26 -e "s:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
27 -e "s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \