Merge pull request #14081 from simonvandel/patch-1

kodiPlusings.pvr-hts: fix loading of plugin
This commit is contained in:
Arseniy Seroka 2016-03-20 21:53:30 +03:00
commit 2d1893899b

View File

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