summaryrefslogtreecommitdiff
path: root/net-misc/pycnb
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-09-30 12:24:58 -0400
committerMike Gilbert <floppym@gentoo.org>2015-09-30 12:28:01 -0400
commitc4dde78aec07ee85fdc400e9d5db7d161da89899 (patch)
treef27482977502d715bc698da6a2bb3a24ada87e62 /net-misc/pycnb
parent4381f06da04eb0959c8a563e83d55700a149cde4 (diff)
downloadgentoo-c4dde78aec07ee85fdc400e9d5db7d161da89899.tar.gz
gentoo-c4dde78aec07ee85fdc400e9d5db7d161da89899.tar.xz
net-misc/pycnb: Simplify permissions fix
Package-Manager: portage-2.2.22_p3
Diffstat (limited to 'net-misc/pycnb')
-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 c6468e43646..54cfa23cabe 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
}