projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe2936
)
Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 16 Mar 2008 00:54:53 +0000
(
00:54
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 16 Mar 2008 00:54:53 +0000
(
00:54
-0000)
svn path=/main/trunk/; revision=9472
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 754406b4676ae9082f09651574811a0abf7b7075..30dd5c9526b026dd33c504b297c2e0753e410cca 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-263,6
+263,10
@@
register_die_hook() {
#if no perms are specified, dirs/files will have decent defaults
#(not secretive, but not stupid)
umask 022
+export DESTTREE=/usr
+export INSDESTTREE=""
+export _E_EXEDESTTREE_=""
+export _E_DOCDESTTREE_=""
export INSOPTIONS="-m0644"
export EXEOPTIONS="-m0755"
export LIBOPTIONS="-m0644"