Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv11723/scripts
Modified Files:
gcc
Log Message:
use correct path name
Index: gcc
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/gcc,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gcc 15 Jan 2004 01:52:21 -0000 1.18
+++ gcc 15 Jan 2004 03:10:54 -0000 1.19
@@ -38,7 +38,7 @@
if [ ! -f devil-linux-kernel-protector-patche.done ]; then
touch devil-linux-kernel-protector-patche.done
- if [ "$KERNELVERSION" = "2.4" ]; then
+ if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then
bzcat $DL_DIR/src/linux-2.4.23-protector-1.patch.bz2 | patch -p1 -d $KERNELDIR || exit 1
else
bzcat $DL_DIR/src/linux-2.6.1-protector-1.patch.bz2 | patch -p1 -d $KERNELDIR || exit 1
|