summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-16 00:54:53 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-16 00:54:53 +0000
commit15351478437ee7e228dcfbf2268597dd2e9574b9 (patch)
treea3cdd3ccf77d49cf7357ae0c6476081fb4fcbae5 /bin
parentWhen in strict mode, make paren_reduce() detect missing whitespace around (diff)
downloadportage-multirepo-15351478437ee7e228dcfbf2268597dd2e9574b9.tar.gz
portage-multirepo-15351478437ee7e228dcfbf2268597dd2e9574b9.tar.bz2
portage-multirepo-15351478437ee7e228dcfbf2268597dd2e9574b9.zip
Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls.
svn path=/main/trunk/; revision=9472
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 754406b4..30dd5c95 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"