From 58405d7ee3d4124274f01068f2afeb5b9511ea20 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 31 Aug 2019 08:55:59 +0200 Subject: net-im/pyicq-t: Fix DoublePrefixInPath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im') 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 bbfe7914fe4a..ec0c387fbfa9 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 @@ -48,7 +48,7 @@ src_install() { newins config_example.xml ${PN}.xml fperms 600 /etc/jabber/${PN}.xml fowners jabber:jabber /etc/jabber/${PN}.xml - fperms 755 "$(python_get_sitedir)/${PN}/${PN}.py" + chmod 755 "${D}$(python_get_sitedir)/${PN}/${PN}.py" || die sed -i \ -e "s:[^\<]*:/var/spool/jabber:" \ -e "s:[^\<]*:/var/run/jabber/${PN}.pid:" \ -- cgit v1.2.3-65-gdbad