]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
make: fix another VPATH bug impacting install of sysconf files
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 Feb 2018 14:54:18 +0000 (14:54 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 Feb 2018 14:54:48 +0000 (14:54 +0000)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/Makefile.am

index 2166e17dbe4b08a07b4bf5736e277cb59a0b4098..8ceeda575657b2892631a59f5fe61222b41f644e 100644 (file)
@@ -2833,7 +2833,7 @@ install-sysconfig:
        for f in $(SYSCONF_FILES:%.sysconf=%) ; \
        do \
          tgt=`basename $$f`; \
-         $(INSTALL_SCRIPT) $$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
+         $(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
        done
 
 uninstall-sysconfig: