dev-python/google-apputils: Simplify permissions fix

Package-Manager: portage-2.2.22_p3
This commit is contained in:
Mike Gilbert
2015-09-30 12:26:43 -04:00
parent c4dde78aec
commit e050af8811
2 changed files with 2 additions and 4 deletions

View File

@@ -26,8 +26,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
src_unpack() {
default
find ${P} -type d -exec chmod 0755 {} + || die
find ${P} -type f -exec chmod 0644 {} + || die
chmod -R a+rX,u+w,g-w,o-w ${P} || die
}
python_test() {