projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c6bba
)
make.globals: don't define TMPDIR with EPREFIX
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Dec 2011 04:29:51 +0000
(20:29 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Dec 2011 04:29:51 +0000
(20:29 -0800)
Same reason as commit
e1c6bba8c26525cca498894237c6421f86c98dfb
.
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 857858548d91d3ec68cdf94b112e1c54cd049867..fade448ffec3ae76878e02adbae27fb077342ea2 100644
(file)
--- a/
cnf/make.globals
+++ b/
cnf/make.globals
@@
-36,7
+36,7
@@
PKGDIR=${PORTDIR}/packages
RPMDIR=${PORTDIR}/rpm
# Temporary build directory
-PORTAGE_TMPDIR=
${EPREFIX}
/var/tmp
+PORTAGE_TMPDIR=/var/tmp
# Fetching command (3 tries, passive ftp for firewall compatibility)
FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""