image: rename group games and emulators

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-15 08:07:37 +02:00
parent 4e04006fc3
commit bcebf79549

View File

@ -100,9 +100,9 @@ case "$2" in
# Update support
[ "$INSTALLER_SUPPORT" = yes ] && $SCRIPTS/install installer
# Games support
[ "$GAMES" = yes ] && $SCRIPTS/install games
[ "$EMULATORS" = yes ] && $SCRIPTS/install emulators
# Games and Emulators support (SDK's)
[ "$GAMES" = yes ] && $SCRIPTS/install games-sdk
[ "$EMULATORS" = yes ] && $SCRIPTS/install emulators-sdk
# Devtools... (not for Release)
[ "$TESTING" = yes ] && $SCRIPTS/install testing