Exclude other overlay dirs as well, not just ::gentoo

This commit is contained in:
Horea Christian 2023-05-23 08:04:20 -04:00
parent f0a56d7a35
commit 1c128276bf

View file

@ -195,7 +195,7 @@ EXCLUDES=(
)
EXCLUDES_DEFAULT_PORTAGE=(
"--exclude=${TARGET}var/db/repos/gentoo/*"
"--exclude=${TARGET}var/db/repos/*"
"--exclude=${TARGET}var/cache/distfiles/*"
"--exclude=${TARGET}usr/portage/*"
)