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 35e36a1f27
commit 7d8ea445e9

View File

@ -104,7 +104,7 @@ bump_pkg_rev() {
} }
# addons # 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}') ADDONS=$(echo $addontxt | awk '{print $1}')
ADDONREPO=$(echo $addontxt | awk '{print $2}') ADDONREPO=$(echo $addontxt | awk '{print $2}')
GIT_HASH=$(echo $addontxt | awk '{print $3}') GIT_HASH=$(echo $addontxt | awk '{print $3}')