kodiPlugins.pvr-hts: fix load

This commit is contained in:
Simon Vandel Sillesen 2016-05-26 19:24:57 +02:00
parent 25e3c091a0
commit 1090839df1

View file

@ -245,7 +245,7 @@ in
# them. Symlinking .so, as setting LD_LIBRARY_PATH is of no use
installPhase = ''
make install
ln -s $out/lib/kodi/addons/pvr.hts/pvr.hts.so* $out/share/kodi/addons/pvr.hts
ln -s $out/lib/addons/pvr.hts/pvr.hts.so* $out/share/kodi/addons/pvr.hts
'';
};