From 5cc936030e63a637c4bf0a008477c0a68dab755e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Jul 2021 22:14:45 +0100 Subject: finishing touches --- conf/cross/portage/make.conf/00-layout.conf | 2 +- conf/cross/portage/repos.conf/gentoo.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') 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 -- cgit v1.2.3