new gentoo portage locations
This commit is contained in:
parent
0e4af5c157
commit
0bb05a4850
6
Makefile
6
Makefile
|
@ -74,9 +74,9 @@ export PATH CHROOT container PORTAGE_DIR VA_PKGDIR DISTDIR VA_ARCH
|
||||||
inroot := systemd-nspawn --quiet \
|
inroot := systemd-nspawn --quiet \
|
||||||
--directory=$(CHROOT) \
|
--directory=$(CHROOT) \
|
||||||
--machine=$(container) \
|
--machine=$(container) \
|
||||||
--bind=$(PORTAGE_DIR):/usr/portage \
|
--bind=$(PORTAGE_DIR):/var/db/repos/gentoo \
|
||||||
--bind=$(VA_PKGDIR):/usr/portage/packages \
|
--bind=$(VA_PKGDIR):/var/cache/binpkgs \
|
||||||
--bind=$(DISTDIR):/usr/portage/distfiles
|
--bind=$(DISTDIR):/var/cache/distfiles
|
||||||
|
|
||||||
ifeq ($(VA_ARCH),x86)
|
ifeq ($(VA_ARCH),x86)
|
||||||
inroot := linux32 $(inroot)
|
inroot := linux32 $(inroot)
|
||||||
|
|
Loading…
Reference in New Issue