From: Mike Brady Date: Sun, 25 Sep 2016 16:52:32 +0000 (+0100) Subject: 2.8.5 X-Git-Tag: 2.8.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c55d89abf243582ff77f833f522dfa217f9988d;p=thirdparty%2Fshairport-sync.git 2.8.5 Add info about `sysconfdir` --- diff --git a/UPDATING.md b/UPDATING.md index 15ed3427..c7aee127 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -30,10 +30,10 @@ Now, while in the `shairport-sync` directory, perform the following commands (no $ autoreconf -fi #The following is the standard configuration for a Linux that uses the systemd initialisation system: -$ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemd +$ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemd --sysconfdir=/etc #OR #The following is the standard configuration for a Linux that uses the older System V initialisation system: -$ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemv +$ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemv --sysconfdir=/etc $ make $ sudo make install