mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
make: fix VPATH install of upstart files
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
edae027cfe
commit
1351a0f8b4
@ -3181,7 +3181,8 @@ install-upstart: install-sysconfig
|
|||||||
for f in $(UPSTART_FILES:%.upstart=%); \
|
for f in $(UPSTART_FILES:%.upstart=%); \
|
||||||
do \
|
do \
|
||||||
tgt=`basename $$f` ; \
|
tgt=`basename $$f` ; \
|
||||||
$(INSTALL_SCRIPT) $$f.upstart $(DESTDIR)$(sysconfdir)/event.d/$$tgt ; \
|
$(INSTALL_SCRIPT) $(srcdir)/$$f.upstart \
|
||||||
|
$(DESTDIR)$(sysconfdir)/event.d/$$tgt ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
uninstall-upstart: uninstall-sysconfig
|
uninstall-upstart: uninstall-sysconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user