media-tv/kodi: Fix path to kodi-send.py
authorCraig Andrews <candrews@gentoo.org>
Wed, 6 Jun 2018 15:10:32 +0000 (11:10 -0400)
committerCraig Andrews <candrews@gentoo.org>
Wed, 6 Jun 2018 15:10:57 +0000 (11:10 -0400)
See https://github.com/xbmc/xbmc/commit/d71c38d520f13913b2f04c6c3e1137503cf73d9a

Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-tv/kodi/kodi-9999.ebuild

index ea7527a0e6bacab3826663d9eb1b1ac40fc9e1d5..92db3b4a017ffe3db9701915cb2e7088352ad15c 100644 (file)
@@ -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
 }