Do not apply Automated-domain-substitution.patch

This commit is contained in:
uazo 2021-12-04 19:27:03 +01:00 committed by GitHub
parent ff6231659d
commit 7aa7dfdcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ cd chromium/src
echo -e ${RED} ------- apply patchs ${NC}
for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
if [[ "$file" == *"Automated-domain-substitution"* ]]; then
echo -e ${RED} " -> Excluding $file" ${NC}
continue
fi
echo -e ${RED} " -> Apply $file" ${NC}
REPL="0,/^---/s//FILE:"$file"\n---/"