Merge pull request #14081 from simonvandel/patch-1
kodiPlusings.pvr-hts: fix loading of plugin
This commit is contained in:
commit
2d1893899b
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user