]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
2.8.5 2.8.5
authorMike Brady <mikebrady@eircom.net>
Sun, 25 Sep 2016 16:52:32 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Sep 2016 16:52:32 +0000 (17:52 +0100)
Add info about `sysconfdir`

UPDATING.md

index 15ed342751eb65a9b33cd674cbf57235a26e82bc..c7aee1272560f6e749349a80980d07fddfc318b2 100644 (file)
@@ -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