Switch to side-by-side view
--- a/doc/upmpdcli.txt +++ b/doc/upmpdcli.txt @@ -135,8 +135,12 @@ # Only for git source sh autogen.sh - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc make sudo make install Which you should apply first to the *libupnpp* source, then to *upmpdcli*. + +If you omit the `--sysconfdir=/etc` part, `upmpdcli.conf` will end up in +`/usr/etc/`, which is ok, but confusing, as package installers put it in +`/etc/`