[libvirt] [PATCH] make: fix another VPATH bug impacting install of sysconf files

Daniel P. Berrangé berrange at redhat.com
Thu Feb 22 14:55:11 UTC 2018


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---

Pushed as build fix

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 2166e17dbe..8ceeda5756 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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:
-- 
2.14.3




More information about the libvir-list mailing list