mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-07 01:47:50 +00:00
vdr-sc: only install relevant libs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e10610a00d
commit
e8db9ccb42
8
packages/3rdparty/multimedia/vdr-sc/install
vendored
8
packages/3rdparty/multimedia/vdr-sc/install
vendored
@ -22,6 +22,10 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
ENABLED_PLUGINS="cardclient constcw sc-conax sc-cryptoworks sc-irdeto sc-nagra sc-seca sc-viaccess sc-videoguard2"
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/vdr
|
||||
cp $PKG_BUILD/libvdr-sc.so* $INSTALL/usr/lib/vdr
|
||||
cp $PKG_BUILD/systems/*/libsc-*.so* $INSTALL/usr/lib/vdr
|
||||
cp $PKG_BUILD/libvdr-sc.so.* $INSTALL/usr/lib/vdr
|
||||
for plugin in $ENABLED_PLUGINS; do
|
||||
cp $PKG_BUILD/systems/$plugin/libsc-*.so.* $INSTALL/usr/lib/vdr
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user