diff options
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 6 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 354793f..b941096 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -78,3 +78,9 @@ ABI_X86="64 32" # euse - bug #474574 # euses and ufed - bug #478318 PORTDIR="/usr/portage" +DISTDIR="${PORTDIR}/distfiles" + +INSTALL_MASK="/etc/init.d + /etc/conf.d + /etc/runlevels" + diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 9e87ae5..320bc64 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -78,3 +78,8 @@ GRUB_PLATFORMS="pc" # euse - bug #474574 # euses and ufed - bug #478318 PORTDIR="/usr/portage" +DISTDIR="${PORTDIR}/distfiles" + +INSTALL_MASK="/etc/init.d + /etc/conf.d + /etc/runlevels" |