From dc9ceda279599c85b2979d1c6fe2d77eef71f278 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 27 Jan 2019 14:03:45 +0100 Subject: [PATCH] update_retroplayer-addons: handle all game.* addons Signed-off-by: Matthias Reichl --- tools/mkpkg/update_retroplayer-addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkpkg/update_retroplayer-addons b/tools/mkpkg/update_retroplayer-addons index 823827b59d..7c5add4449 100755 --- a/tools/mkpkg/update_retroplayer-addons +++ b/tools/mkpkg/update_retroplayer-addons @@ -113,7 +113,7 @@ for addontxt in "binary-addons https://github.com/kodi-game/repo-binary-addons.g for addon in $ADDONS.git/*.*/ ; do GAME_ADDON=$(basename ${addon}) - [[ "${GAME_ADDON}" =~ ^game.libretro ]] || continue + [[ "${GAME_ADDON}" =~ ^game. ]] || continue if ! grep -q all $addon/platforms.txt && ! grep -q linux $addon/platforms.txt && ! grep -q ! $addon/platforms.txt; then continue