diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-07-22 22:14:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-07-22 22:14:45 +0100 |
commit | 5cc936030e63a637c4bf0a008477c0a68dab755e (patch) | |
tree | d3cda2aa818d53871d0c90e91005e0dcb543c096 | |
parent | c841bee6fdbe516e4c89eb6b8fe0de4ad9cf6eae (diff) |
finishing touches
-rw-r--r-- | conf/cross/portage/make.conf/00-layout.conf | 2 | ||||
-rw-r--r-- | conf/cross/portage/repos.conf/gentoo.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/cross/portage/make.conf/00-layout.conf b/conf/cross/portage/make.conf/00-layout.conf index 1a60b31..fd087a9 100644 --- a/conf/cross/portage/make.conf/00-layout.conf +++ b/conf/cross/portage/make.conf/00-layout.conf @@ -4,7 +4,7 @@ ROOT="/usr/${CHOST}/" PKG_CONFIG_PATH="${ROOT}/usr/lib/pkgconfig/" PORTAGE_TMPDIR="${ROOT}/var/tmp/portage" -PORTDIR="/jails/redcore/gentoo-portage" +PORTDIR="/jails/redcore/gentoo-ebuilds" PKGDIR="/jails/redcore/arm64/packages" DISTDIR="/jails/redcore/arm64/distfiles" diff --git a/conf/cross/portage/repos.conf/gentoo.conf b/conf/cross/portage/repos.conf/gentoo.conf index 41b0d2d..1e7c8a3 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 = /jails/redcore/redcore-overlay +location = /jails/redcore/redcore-ebuilds 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 = /jails/redcore/gentoo-portage +location = /jails/redcore/gentoo-ebuilds sync-type = git sync-uri = https://pagure.io/redcore/portage.git auto-sync = yes |