projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ca9a2
)
- set sane perms on unpacking. If anybody hates this than they are welcome to tie...
author
Ned Ludd
<solar@gentoo.org>
Mon, 27 Mar 2006 15:46:04 +0000
(15:46 -0000)
committer
Ned Ludd
<solar@gentoo.org>
Mon, 27 Mar 2006 15:46:04 +0000
(15:46 -0000)
svn path=/main/trunk/; revision=3028
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 991da9ddeba526db9c79d1ff5fc872e2738c2bc8..0217c4ab653e84ce187348dd9a1c1d95df8c3a59 100755
(executable)
--- 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 () {