From: Michał Górny Date: Sat, 31 Aug 2019 06:55:59 +0000 (+0200) Subject: net-im/pyicq-t: Fix DoublePrefixInPath X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58405d7ee3d4124274f01068f2afeb5b9511ea20;p=gentoo.git net-im/pyicq-t: Fix DoublePrefixInPath Signed-off-by: Michał Górny --- 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:" \