diff options
Diffstat (limited to 'conf/cross')
-rw-r--r-- | conf/cross/portage/make.conf/00-layout.conf | 6 | ||||
-rw-r--r-- | 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 |