Do not apply Automated-domain-substitution.patch
This commit is contained in:
parent
ff6231659d
commit
7aa7dfdcfa
@ -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---/"
|
||||
|
Loading…
Reference in New Issue
Block a user