commit: c4dde78aec07ee85fdc400e9d5db7d161da89899
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 16:24:58 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 16:28:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dde78a
net-misc/pycnb: Simplify permissions fix
Package-Manager: portage-2.2.22_p3
net-misc/pycnb/pycnb-0.0.4-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
index c6468e4..54cfa23 100644
--- a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
+++ b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
@@ -23,6 +23,5 @@ RDEPEND="${DEPEND}"
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
}