mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
update_retroplayer-addons: fix git directory clash
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
35e36a1f27
commit
7d8ea445e9
@ -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}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user