summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 15:07:44 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:00 +0100
commitb6b19426b47bd8c136fd3d3c006bb6116f00382f (patch)
tree8a50021a2a67a5dbd852af52cf92fbd4e2406e76 /profiles
parentpants-on/base: version bump (diff)
downloadportage-b6b19426b47bd8c136fd3d3c006bb6116f00382f.tar.xz
profiles/common: remove PORTDIR, DISTDIR and PKGDIR
Use default location from make.globals
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/make.defaults4
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index b96f97f0..74eeed1a 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -74,13 +74,9 @@ USE="${USE} -libav -cdr"
# Do not install webapp anywhere by default
USE="${USE} vhosts"
-DISTDIR="${PORTDIR}/distfiles"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_TMPFS="/dev/shm"
-PORTDIR="/usr/portage"
PORT_LOGDIR="/var/log/portage"
-PKGDIR="${PORTDIR}/packages"
-
FETCHCOMMAND="curl --connect-timeout 5 -f -L -o \${DISTDIR}/\${FILE} --url \${URI}"
RESUMECOMMAND="${FETCHCOMMAND} -C -"