diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-06-06 11:10:32 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-06-06 11:10:57 -0400 |
commit | 6246d1c1ce53dfe988bc518abf737a512d0d6caa (patch) | |
tree | c43489fe169c73c40022c5e1ad6de95a0f704a4c | |
parent | dev-libs/libdynd: Drop old (diff) | |
download | gentoo-6246d1c1ce53dfe988bc518abf737a512d0d6caa.tar.gz gentoo-6246d1c1ce53dfe988bc518abf737a512d0d6caa.tar.bz2 gentoo-6246d1c1ce53dfe988bc518abf737a512d0d6caa.zip |
media-tv/kodi: Fix path to kodi-send.py
See https://github.com/xbmc/xbmc/commit/d71c38d520f13913b2f04c6c3e1137503cf73d9a
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index ea7527a0e6ba..92db3b4a017f 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -308,5 +308,5 @@ src_install() { usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf python_domodule tools/EventClients/lib/python/xbmcclient.py - python_newscript "tools/EventClients/Clients/Kodi Send/kodi-send.py" kodi-send + python_newscript "tools/EventClients/Clients/KodiSend/kodi-send.py" kodi-send } |