summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-03-27 15:46:04 +0000
committerNed Ludd <solar@gentoo.org>2006-03-27 15:46:04 +0000
commit85760747192c33b294b670942dbf65e7b66c559d (patch)
treea44598272e51b21e9735b3601b45e524ce3c5ede /bin/ebuild.sh
parent92ca9a23fdac592abebfde4d872679f041080dce (diff)
downloadportage-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
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
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 () {