From 0bb05a48503e3ab4b65739a27a17be88422582d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Deckert?= Date: Fri, 5 Feb 2021 13:27:21 +0100 Subject: [PATCH] new gentoo portage locations --- Makefile | 6 +++--- configs/stage3-tarball-excludes | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 configs/stage3-tarball-excludes diff --git a/Makefile b/Makefile index f6ceb9b..a90a084 100644 --- a/Makefile +++ b/Makefile @@ -74,9 +74,9 @@ export PATH CHROOT container PORTAGE_DIR VA_PKGDIR DISTDIR VA_ARCH inroot := systemd-nspawn --quiet \ --directory=$(CHROOT) \ --machine=$(container) \ - --bind=$(PORTAGE_DIR):/usr/portage \ - --bind=$(VA_PKGDIR):/usr/portage/packages \ - --bind=$(DISTDIR):/usr/portage/distfiles + --bind=$(PORTAGE_DIR):/var/db/repos/gentoo \ + --bind=$(VA_PKGDIR):/var/cache/binpkgs \ + --bind=$(DISTDIR):/var/cache/distfiles ifeq ($(VA_ARCH),x86) inroot := linux32 $(inroot) diff --git a/configs/stage3-tarball-excludes b/configs/stage3-tarball-excludes new file mode 100644 index 0000000..e69de29