mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
make: fix another VPATH bug impacting install of sysconf files
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
800443f49a
commit
3340f3070a
@ -2833,7 +2833,7 @@ install-sysconfig:
|
|||||||
for f in $(SYSCONF_FILES:%.sysconf=%) ; \
|
for f in $(SYSCONF_FILES:%.sysconf=%) ; \
|
||||||
do \
|
do \
|
||||||
tgt=`basename $$f`; \
|
tgt=`basename $$f`; \
|
||||||
$(INSTALL_SCRIPT) $$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
|
$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
|
||||||
done
|
done
|
||||||
|
|
||||||
uninstall-sysconfig:
|
uninstall-sysconfig:
|
||||||
|
Loading…
Reference in New Issue
Block a user