Only rebuild these when required

This commit is contained in:
Andrés 2017-03-20 19:56:24 -05:00 committed by GitHub
parent 547a72fb83
commit 2c305457be
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ while read line; do
BUILD="YES"
fi
if [[ "${PREVCORE}" == *fb* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *fb* ]]; then
if [[ "${PREVCORE}" == *fbalpha2012* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *fbalpha2012* ]]; then
FORCE="YES"
BUILD="YES"
fi