From 85760747192c33b294b670942dbf65e7b66c559d Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Mon, 27 Mar 2006 15:46:04 +0000 Subject: - 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 --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ebuild.sh') 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 () { -- cgit v1.2.3-1-g7c22