reapply Automated-domain-substitution.patch
This commit is contained in:
parent
4027914f7f
commit
8de587281e
@ -10,10 +10,10 @@ cd chromium/src
|
|||||||
echo -e ${RED} ------- apply patchs ${NC}
|
echo -e ${RED} ------- apply patchs ${NC}
|
||||||
for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
|
for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
|
||||||
|
|
||||||
if [[ "$file" == *"Automated-domain-substitution"* ]]; then
|
#if [[ "$file" == *"Automated-domain-substitution"* ]]; then
|
||||||
echo -e ${RED} " -> Excluding $file" ${NC}
|
# echo -e ${RED} " -> Excluding $file" ${NC}
|
||||||
continue
|
# continue
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo -e ${RED} " -> Apply $file" ${NC}
|
echo -e ${RED} " -> Apply $file" ${NC}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user