summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 857858548..fade448ff 100644
--- 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}\""