doc: update installation instructions

This commit is contained in:
Miroslav Lichvar
2016-02-16 14:22:58 +01:00
parent d04fb4b7fa
commit 5828426977
2 changed files with 16 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ awk '/^[1-9] Installation$/{p=1}
/^[1-9]\.. Support for line editing/{exit}; p' chrony.txt | \
tail -n +4 > INSTALL
if [ $(wc -l < INSTALL) -gt 100 -o $(wc -l < INSTALL) -lt 85 ]; then
if [ $(wc -l < INSTALL) -gt 120 -o $(wc -l < INSTALL) -lt 85 ]; then
echo "INSTALL generated incorrectly?"
exit 3
fi