From: Zac Medico Date: Sun, 16 Mar 2008 00:54:53 +0000 (-0000) Subject: Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls. X-Git-Tag: v2.2_pre5~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15351478437ee7e228dcfbf2268597dd2e9574b9;p=portage.git Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls. svn path=/main/trunk/; revision=9472 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 754406b46..30dd5c952 100755 --- 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"