diff options
-rw-r--r-- | conf/cross/portage/repos.conf/gentoo.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/cross/portage/repos.conf/gentoo.conf b/conf/cross/portage/repos.conf/gentoo.conf index ccbedb0..662605f 100644 --- a/conf/cross/portage/repos.conf/gentoo.conf +++ b/conf/cross/portage/repos.conf/gentoo.conf @@ -4,7 +4,7 @@ main-repo = gentoo [redcore] -location = /usr/ports/redcore +location = /jails/redcore/redcore-overlay sync-type = git sync-uri = https://pagure.io/redcore/redcore-desktop.git auto-sync = yes @@ -12,7 +12,7 @@ clone-depth = 1 priority = 1000 [gentoo] -location = /usr/ports/gentoo +location = /jails/redcore/redcore-portage sync-type = git sync-uri = https://pagure.io/redcore/portage.git auto-sync = yes |