mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
CentOS7 fixes.
This commit is contained in:
parent
2d19fb7f8c
commit
809457599a
4 changed files with 12 additions and 6 deletions
|
@ -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!'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue