Switch to unified view

a/doc/upmpdcli.txt b/doc/upmpdcli.txt
...
...
133
currently no specific configure options:
133
currently no specific configure options:
134
134
135
    # Only for git source
135
    # Only for git source
136
    sh autogen.sh 
136
    sh autogen.sh 
137
137
138
    ./configure --prefix=/usr
138
    ./configure --prefix=/usr --sysconfdir=/etc
139
    make
139
    make
140
    sudo make install
140
    sudo make install
141
141
142
Which you should apply first to the *libupnpp* source, then to *upmpdcli*.
142
Which you should apply first to the *libupnpp* source, then to *upmpdcli*.
143
144
If you omit the `--sysconfdir=/etc` part, `upmpdcli.conf` will end up in
145
`/usr/etc/`, which is ok, but confusing, as package installers put it in
146
`/etc/`