update_retroplayer-addons: fix git directory clash

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-02-28 20:38:12 +01:00
parent de946a4c5a
commit ca9897e76a

View File

@ -104,7 +104,7 @@ bump_pkg_rev() {
}
# addons
for addontxt in "binary-addons https://github.com/kodi-game/repo-binary-addons.git retroplayer" ; do
for addontxt in "game-binary-addons https://github.com/kodi-game/repo-binary-addons.git retroplayer" ; do
ADDONS=$(echo $addontxt | awk '{print $1}')
ADDONREPO=$(echo $addontxt | awk '{print $2}')
GIT_HASH=$(echo $addontxt | awk '{print $3}')