Revert "cosmetics: use gputemp for cputemp on ATV"

This reverts commit bcbe3021dbe67c7b963a50e923f0240b02bda4ab.
This commit is contained in:
Stephan Raue 2012-11-11 14:53:52 +01:00
parent acad91b843
commit e433e138d9

View File

@ -25,11 +25,7 @@
PYTHON_LIBDIR="`ls -d $INSTALL/usr/lib/python*`"
mkdir -p $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/cputemp $INSTALL/usr/bin
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