prepare: Fix ownership of Portage DISTDIR
If the Portage DISTDIR is a mounted filesystem, it may not have the correct permissions initially.master
parent
5e4e37259e
commit
52aae70db2
|
@ -10,6 +10,8 @@ if [ ! -f /var/db/repos/gentoo/metadata/timestamp ]; then
|
|||
emerge-webrsync
|
||||
fi
|
||||
|
||||
chown portage: "$(portageq envvar DISTDIR)"
|
||||
|
||||
ARCH=$(PORTAGE_CONFIGROOT=/usr/${target} portageq envvar ARCH)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue