diff options
author | Ned Ludd <solar@gentoo.org> | 2006-03-27 15:46:04 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-03-27 15:46:04 +0000 |
commit | 85760747192c33b294b670942dbf65e7b66c559d (patch) | |
tree | a44598272e51b21e9735b3601b45e524ce3c5ede | |
parent | 92ca9a23fdac592abebfde4d872679f041080dce (diff) | |
download | portage-85760747192c33b294b670942dbf65e7b66c559d.tar.gz portage-85760747192c33b294b670942dbf65e7b66c559d.tar.bz2 portage-85760747192c33b294b670942dbf65e7b66c559d.zip |
- 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
-rwxr-xr-x | bin/ebuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { |