diff options
author | David Seifert <soap@gentoo.org> | 2020-02-04 17:18:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-04 17:18:30 +0100 |
commit | f72fa8731475ff9889c082b79ae5adf1ef722898 (patch) | |
tree | 4c04259c40284de9bfb43589dae28dd7ce3d7d62 /net-im | |
parent | app-office/task-coach: clean old version (diff) | |
download | gentoo-f72fa8731475ff9889c082b79ae5adf1ef722898.tar.gz gentoo-f72fa8731475ff9889c082b79ae5adf1ef722898.tar.bz2 gentoo-f72fa8731475ff9889c082b79ae5adf1ef722898.zip |
net-im/skypeforlinux: Fix sandbox mode
Bug: https://bugs.gentoo.org/707964
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.56.0.103-r1.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild b/net-im/skypeforlinux/skypeforlinux-8.56.0.103-r1.ebuild index 941d1e6c04d5..93ff3db3027f 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.56.0.103-r1.ebuild @@ -90,6 +90,8 @@ src_install() { domenu usr/share/applications/skypeforlinux.desktop + fperms 4755 /opt/skypeforlinux/chrome-sandbox + if use pax_kernel; then pax-mark -m "${ED}"/opt/skypeforlinux/skypeforlinux pax-mark -m "${ED}"/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/slimcore/bin/slimcore.node |