summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-21 12:05:12 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-21 12:05:12 +0000
commit82a18c0551eea759799202c2923fd13df42c78de (patch)
treebbe68d8f4771d19c5ad4897407655b338c820947
parentCreate idle symlink when target script exists. (diff)
downloadeselect-python-82a18c0551eea759799202c2923fd13df42c78de.tar.gz
eselect-python-82a18c0551eea759799202c2923fd13df42c78de.tar.bz2
eselect-python-82a18c0551eea759799202c2923fd13df42c78de.zip
Set a+rx permissions on /usr/bin/python-config to work around systems with broken configuration of umask (bug #299688).
-rw-r--r--python.eselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.eselect b/python.eselect
index 1ea575d..a1e2610 100644
--- a/python.eselect
+++ b/python.eselect
@@ -49,7 +49,7 @@ set_python_config() {
python_config="\${EPYTHON/python/python-config-}"
"\${0%/*}/\${python_config:-${target}}" "\$@"
EOF
- chmod +x "${script}"
+ chmod a+rx "${script}"
}
# Try to remove python and python.1 symlinks