oscam: no lib/ anymore. pcsc built static

This commit is contained in:
Stefan Saraev 2013-06-11 22:00:06 +03:00
parent 1cb9054403
commit d2725ef350

View File

@ -91,7 +91,7 @@ if [ ! "$(pidof oscam)" ]; then
# use ". " because of variable export
. $driver_dvb
done
LD_LIBRARY_PATH="$ADDON_DIR/lib:$LD_LIBRARY_PATH" oscam $OSCAM_ARG > /dev/null 2>&1
oscam $OSCAM_ARG > /dev/null 2>&1
sleep 1
done &
fi