From 8562391b3793ae41d74a49abb5551ff686048fd3 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 7 Nov 2000 21:59:45 +0000 Subject: [PATCH] looked in /usr/include/linux --- scripts/check_kernel | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/check_kernel b/scripts/check_kernel index 72ed648d..1d14b3cb 100755 --- a/scripts/check_kernel +++ b/scripts/check_kernel @@ -2,16 +2,17 @@ -if [ $(grep -c "$(uname -r)" /usr/include/linux/version.h) != 0 ] +if [ $(grep -c "$(uname -r)" ${LINUXDIR}/include/linux/version.h) != 0 ] then echo <