commit: f72fa8731475ff9889c082b79ae5adf1ef722898 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 16:18:30 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 16:18:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72fa873
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 <AT> gentoo.org> ...ypeforlinux-8.56.0.103.ebuild => skypeforlinux-8.56.0.103-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild b/net-im/skypeforlinux/skypeforlinux-8.56.0.103-r1.ebuild similarity index 98% rename from net-im/skypeforlinux/skypeforlinux-8.56.0.103.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.56.0.103-r1.ebuild index 941d1e6c04d..93ff3db3027 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
