rename linux recipes

This commit is contained in:
radius 2015-08-02 21:17:27 -05:00
parent 6397f57692
commit e0c3f827c4
5 changed files with 2 additions and 2 deletions

View File

@ -648,12 +648,12 @@ while read line; do
BUILD="YES"
fi
if [ "${PREVCORE}" = "mame" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "mess" ]; then
if [ "${PREVCORE}" = "mame2014" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "mess" ]; then
FORCE="YES"
BUILD="YES"
fi
if [ "${PREVCORE}" = "mess" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "ume" ]; then
if [ "${PREVCORE}" = "mess2014" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "ume" ]; then
FORCE="YES"
BUILD="YES"
fi