From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 10 Sep 2022 12:49:33 +0000 (+0100) Subject: Add a reference to the source directory. X-Git-Tag: 4.1-rc1~24^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14bda21b686cda449f60fbe810751e41397a7175;p=thirdparty%2Fshairport-sync.git Add a reference to the source directory. --- diff --git a/Makefile.am b/Makefile.am index 36bb4d02..648b3f72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -211,7 +211,7 @@ CONFIG_FILE_INSTALL_TARGET = config-file-install-local $(CONFIG_FILE_INSTALL_TARGET): scripts/shairport-sync.conf install -d $(DESTDIR)$(sysconfdir) install -m 0644 $(top_srcdir)/scripts/shairport-sync.conf $(DESTDIR)$(sysconfdir)/shairport-sync.conf.sample - [ -f $(DESTDIR)$(sysconfdir)/shairport-sync.conf ] || cp scripts/shairport-sync.conf $(DESTDIR)$(sysconfdir)/shairport-sync.conf + [ -f $(DESTDIR)$(sysconfdir)/shairport-sync.conf ] || cp $(top_srcdir)/scripts/shairport-sync.conf $(DESTDIR)$(sysconfdir)/shairport-sync.conf if BUILD_FOR_LINUX DBUS_POLICY_DIR = /etc/dbus-1/system.d