diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 15:21:24 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 15:21:24 -0700 |
commit | 809457599afb2fcc6692ce4f4719b6fe172a3f9b (patch) | |
tree | e6473e48292b18a9c03fb3fee2ce870278fe39ac /doc | |
parent | 2d19fb7f8ce51b10fe8eb78fccb5b8f9ff76f524 (diff) | |
download | infinitytier-809457599afb2fcc6692ce4f4719b6fe172a3f9b.tar.gz infinitytier-809457599afb2fcc6692ce4f4719b6fe172a3f9b.zip |
CentOS7 fixes.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/build.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build.sh b/doc/build.sh index e06a4a20..5a2c77cb 100755 --- a/doc/build.sh +++ b/doc/build.sh @@ -8,10 +8,10 @@ fi rm -f *.1 *.2 *.8 -if [ -e /usr/bin/ronn ]; then - /usr/bin/ronn -r zerotier-cli.1.md - /usr/bin/ronn -r zerotier-idtool.1.md - /usr/bin/ronn -r zerotier-one.8.md +if [ -e /usr/bin/ronn -o -e /usr/local/bin/ronn ]; then + ronn -r zerotier-cli.1.md + ronn -r zerotier-idtool.1.md + ronn -r zerotier-one.8.md else if [ ! -f /usr/bin/node -a ! -f /usr/bin/nodejs ]; then echo 'Unable to build man pages: no /usr/bin/ronn or /usr/bin/node / nodejs!' |