summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-31 08:55:59 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-31 09:02:29 +0200
commit58405d7ee3d4124274f01068f2afeb5b9511ea20 (patch)
treeb93b31e5b9450e865b32d7b931a618858eb2ac9a /net-im
parentpackage.mask: Add missing perl-5.26 virtual, no idea why repoman didnt find it (diff)
downloadgentoo-58405d7ee3d4124274f01068f2afeb5b9511ea20.tar.gz
gentoo-58405d7ee3d4124274f01068f2afeb5b9511ea20.tar.bz2
gentoo-58405d7ee3d4124274f01068f2afeb5b9511ea20.zip
net-im/pyicq-t: Fix DoublePrefixInPath
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild2
1 files changed, 1 insertions, 1 deletions
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:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
-e "s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \