From c841bee6fdbe516e4c89eb6b8fe0de4ad9cf6eae Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Jul 2021 22:02:19 +0100 Subject: adjust some more paths --- conf/cross/portage/make.conf/00-layout.conf | 6 +++--- conf/cross/portage/repos.conf/gentoo.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/cross/portage/make.conf/00-layout.conf b/conf/cross/portage/make.conf/00-layout.conf index 3ae41dc..1a60b31 100644 --- a/conf/cross/portage/make.conf/00-layout.conf +++ b/conf/cross/portage/make.conf/00-layout.conf @@ -4,9 +4,9 @@ ROOT="/usr/${CHOST}/" PKG_CONFIG_PATH="${ROOT}/usr/lib/pkgconfig/" PORTAGE_TMPDIR="${ROOT}/var/tmp/portage" -PORTDIR="/jails/redcore/cross/redcore-portage" -PKGDIR="/jails/redcore/cross/packages" -DISTDIR="/jails/redcore/cross/distfiles" +PORTDIR="/jails/redcore/gentoo-portage" +PKGDIR="/jails/redcore/arm64/packages" +DISTDIR="/jails/redcore/arm64/distfiles" INSTALL_MASK="/etc/systemd /usr/lib/systemd diff --git a/conf/cross/portage/repos.conf/gentoo.conf b/conf/cross/portage/repos.conf/gentoo.conf index 662605f..41b0d2d 100644 --- a/conf/cross/portage/repos.conf/gentoo.conf +++ b/conf/cross/portage/repos.conf/gentoo.conf @@ -12,7 +12,7 @@ clone-depth = 1 priority = 1000 [gentoo] -location = /jails/redcore/redcore-portage +location = /jails/redcore/gentoo-portage sync-type = git sync-uri = https://pagure.io/redcore/portage.git auto-sync = yes -- cgit v1.2.3