commit:     58405d7ee3d4124274f01068f2afeb5b9511ea20
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 06:55:59 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 07:02:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58405d7e

net-im/pyicq-t: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 bbfe7914fe4..ec0c387fbfa 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:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
                -e "s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \

Reply via email to