mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
14 lines
360 B
Diff
14 lines
360 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 61bc3da..a00b565 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -43,7 +43,7 @@ class build_py(_build_py):
|
|
)
|
|
|
|
p = pathlib.Path(self.build_lib) / 'libpy/_build-and-run'
|
|
- p.chmod(p.stat().st_mode | stat.S_IEXEC)
|
|
+ p.chmod(p.stat().st_mode | stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH)
|
|
|
|
|
|
setup(
|