Fixed typos.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1426 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-01-03 08:34:21 +00:00
parent a8a72c1b51
commit 388c38bfd9

View File

@@ -58,8 +58,8 @@ Remove any distro-provided InfiniBand drivers:
Now locate the file Makefile.lib and patch it such that it supports
the variable PRE_CFLAGS:
if -e /lib/modules/$(uname -r)/build/scripts/Makefile.lib; then
/lib/modules/$(uname -r)/build
if [ -e /lib/modules/$(uname -r)/build/scripts/Makefile.lib ]; then
cd /lib/modules/$(uname -r)/build
else
cd /usr/src/linux-$(uname -r)
fi