dev-python/pycparser: tidy chmod slightly

Package-Manager: portage-2.3.2
This commit is contained in:
Mike Gilbert
2016-10-24 12:00:16 -04:00
parent 24ecc27822
commit 97687fafc4

View File

@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}
python_prepare_all() {
# Bad permissions in tarball
chmod -R g+rX,o+rX "${S}" || die
chmod -R go+rX "${S}" || die
distutils-r1_python_prepare_all
}