RoonCommandLine 2.0.7 with Fading feature, bug fixes

Just installed the new version, but came across a problem I already experienced in the old version. When running

$ ./macInstall

I got the error:

./macInstall: line 115: /usr/bin/sudo: Argument list too long

I guess that is beacuse of the line

${SUDO} chmod 644 ...
                                   ${DESTDIR}/share/man/*/*

My homebrew install has lots of man pages in there – too many to fit as command line arguments.

Also I’m not sure whether the permission need to be changed for all of the directories. I have fixed it for me by just changing th permission for RCL’s man page sub-folder:

${DESTDIR}/share/man/man/*

Speaking of this sub-folder: On macOS the man command doesn’t find RCL’s man pages by default. I guess the reason is the double man man/man in the path.

But maybe I’m just doing it all wrong…