From: Patrick McLean Date: Thu, 7 May 2020 04:18:27 +0000 (-0700) Subject: net-im/slack: fix installation on new systems X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f11fab16f7061f4537677e90f2148a596bfb8006;p=gentoo.git net-im/slack: fix installation on new systems this is just a hack, should be done properly Bug: https://bugs.gentoo.org/720134 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean Signed-off-by: Georgy Yakovlev --- diff --git a/net-im/slack/slack-4.4.2.ebuild b/net-im/slack/slack-4.4.2.ebuild index c36c8da0ee24..48b3a778dd01 100644 --- a/net-im/slack/slack-4.4.2.ebuild +++ b/net-im/slack/slack-4.4.2.ebuild @@ -84,7 +84,17 @@ src_install() { insinto /opt/slack doins -r usr/lib/slack/. - for i in $(echo -n "${QA_PREBUILT}") ; do fperms +x "$i" ; done + + # this really should be done a better way than trying to parse + # the QA_PREBUILT variable + local path + for path in ${QA_PREBUILT}; do + local -a paths=(${D}/${path}) + for path in "${paths[@]}"; do + fperms +x "${path#${D}/}" + done + done + use suid && fperms u+s /opt/slack/chrome-sandbox # wrt 713094 dosym ../../opt/slack/slack usr/bin/slack