mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/google-apputils: Simplify permissions fix
Package-Manager: portage-2.2.22_p3
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user