summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/pycnb/pycnb-0.0.4-r1.ebuild')
-rw-r--r--net-misc/pycnb/pycnb-0.0.4-r1.ebuild3
1 files changed, 1 insertions, 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 c6468e436465..54cfa23cabea 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
}