vdr-sc: only install relevant libs

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-30 17:53:00 +01:00
parent e10610a00d
commit e8db9ccb42

View File

@ -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