From: Ned Ludd Date: Mon, 27 Mar 2006 15:46:04 +0000 (-0000) Subject: - set sane perms on unpacking. If anybody hates this than they are welcome to tie... X-Git-Tag: v2.1_pre8~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85760747192c33b294b670942dbf65e7b66c559d;p=portage.git - set sane perms on unpacking. If anybody hates this than they are welcome to tie it into FEATURES= sfperms svn path=/main/trunk/; revision=3028 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 991da9dde..0217c4ab6 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -406,6 +406,7 @@ unpack() { ;; esac done + chmod -Rf a+rX,u+w,g-w,o-w . } strip_duplicate_slashes () {