diff options
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals | 4 | ||||
-rw-r--r-- | cnf/repos.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index b4ed8c466..b01cca599 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -27,8 +27,8 @@ ACCEPT_PROPERTIES="*" ACCEPT_RESTRICT="*" # Miscellaneous paths -DISTDIR="/usr/portage/distfiles" -PKGDIR="/usr/portage/packages" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" RPMDIR="/usr/portage/rpm" # Temporary build directory diff --git a/cnf/repos.conf b/cnf/repos.conf index 352073cfd..e84840bf2 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -2,7 +2,7 @@ main-repo = gentoo [gentoo] -location = /usr/portage +location = /var/db/repos/gentoo sync-type = rsync sync-uri = rsync://rsync.gentoo.org/gentoo-portage auto-sync = yes |