From: <smi...@us...> - 2003-12-28 22:31:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv21164 Modified Files: lm_sensors Log Message: looks like we need to copy the include file into the sensors folder Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- lm_sensors 28 Dec 2003 22:10:33 -0000 1.10 +++ lm_sensors 28 Dec 2003 22:31:01 -0000 1.11 @@ -49,7 +49,7 @@ done # this is a workaround for a bug in lm_sensors 2.8.2 - ln -sf $(pwd)/kernel/chips/lm75.h $KERNELDIR/include/linux || exit 1 + cp kernel/chips/lm75.h $KERNELDIR/drivers/sensors/ || exit 1 OLDDIR=$(pwd) cd $KERNELDIR || exit 1 |