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

22 Feb
2018
22 Feb
'18
9:55 a.m.
Signed-off-by: Daniel P. Berrangé <berrange@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
2755
Age (days ago)
2755
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel P. Berrangé