mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
cosmetics: use gputemp for cputemp on ATV
XBMC system-info display always shows 0ºC for CPU temp as ATV has no CPU temp sensor, so use gputemp for cputemp
This commit is contained in:
parent
b0f1764ee1
commit
bcbe3021db
@ -25,7 +25,11 @@
|
||||
PYTHON_LIBDIR="`ls -d $INSTALL/usr/lib/python*`"
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_DIR/scripts/cputemp $INSTALL/usr/bin
|
||||
if [ $PROJECT = ATV ]; then
|
||||
cp $PKG_DIR/scripts/gputemp $INSTALL/usr/bin/cputemp
|
||||
else
|
||||
cp $PKG_DIR/scripts/cputemp $INSTALL/usr/bin
|
||||
fi
|
||||
cp $PKG_DIR/scripts/gputemp $INSTALL/usr/bin
|
||||
cp $PKG_DIR/scripts/wait_on_xbmc_exit $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/tools/EventClients/Clients/XBMC\ Send/xbmc-send.py $INSTALL/usr/bin/xbmc-send
|
||||
|
Loading…
x
Reference in New Issue
Block a user