aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 945f2a83..6bf7a674 100755
--- a/INSTALL
+++ b/INSTALL
@@ -16,10 +16,10 @@ if [ `uname` = Linux ]; then
if ./a.out
then
echo " NPTL found."
- echo "SYSVERSION=2.6" >$PLAN9/config
+ echo "SYSVERSION=2.6.x" >$PLAN9/config
else
echo " NPTL not found."
- echo "SYSVERSION=2.4" >$PLAN9/config
+ echo "SYSVERSION=2.4.x" >$PLAN9/config
fi
rm -f ./a.out
fi