Merge pull request #15726 from simonvandel/fix-pvr-hts

kodiPlugins.pvr-hts: fix load
This commit is contained in:
Carles Pagès
2016-05-30 08:49:49 +02:00

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
'';
};