set the exclusions to be top level

This commit is contained in:
Louis Abel 2022-12-14 16:40:02 -07:00
parent f34d0537d6
commit 8721c80db1
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 7 additions and 6 deletions

View File

@ -1179,12 +1179,13 @@ class IsoBuild:
exclude=[ exclude=[
"*/lost+found", "*/lost+found",
"*/boot.iso", "*/boot.iso",
"*/images/*", "*/boot.iso.manifest",
"*/isolinux/*", "EFI/*",
"*/EFI/*", "images/*",
"*/boot/*", "isolinux/*",
"*/ppc/*", "boot/*",
"*/generic.ins" "ppc/*",
"generic.ins"
] ]
) )