mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-12 18:38:56 -05:00
Fix typo on excludes for distfiles
This commit is contained in:
parent
ca21bbbb94
commit
033f34b4a0
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ tarExcludes=(
|
|||
|
||||
tarExcludesPortage=(
|
||||
"var/cache/binpkgs/*"
|
||||
"var/cache/distiles/*"
|
||||
"var/cache/distfiles/*"
|
||||
"usr/portage/*"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue