mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Fixed overlay exclusion
This commit is contained in:
parent
06585dd1e2
commit
232443d1ce
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ EXCLUDES=(
|
|||
)
|
||||
|
||||
EXCLUDES_DEFAULT_PORTAGE=(
|
||||
"--exclude=${TARGET}var/db/repos/*"
|
||||
"--exclude=${TARGET}var/db/repos/*/*"
|
||||
"--exclude=${TARGET}var/cache/distfiles/*"
|
||||
"--exclude=${TARGET}usr/portage/*"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue