diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-06-09 21:52:31 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-06-09 14:37:19 -0700 |
commit | 0f934d642c3d9cbba66f9e34c821f49cf5b0c8f0 (patch) | |
tree | f655a783ad813849a73926986b9916fd84840a5c /cnf | |
parent | ebuild.sh: unexport ___in_portage_iuse function (bug 680810) (diff) | |
download | portage-0f934d642c3d9cbba66f9e34c821f49cf5b0c8f0.tar.gz portage-0f934d642c3d9cbba66f9e34c821f49cf5b0c8f0.tar.bz2 portage-0f934d642c3d9cbba66f9e34c821f49cf5b0c8f0.zip |
Update default RPMDIR to /var/cache/rpm.
After the other locations have been updated, RPMDIR is the only
directory with a default under /usr/portage. Update its default along
the lines of PKGDIR.
Bug: https://bugs.gentoo.org/687734
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index b01cca599..9eeb7a01e 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -29,7 +29,7 @@ ACCEPT_RESTRICT="*" # Miscellaneous paths DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" -RPMDIR="/usr/portage/rpm" +RPMDIR="/var/cache/rpm" # Temporary build directory PORTAGE_TMPDIR="/var/tmp" |