mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +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=%); \
|
||||
do \
|
||||
tgt=`basename $$f` ; \
|
||||
$(INSTALL_SCRIPT) $$f.upstart $(DESTDIR)$(sysconfdir)/event.d/$$tgt ; \
|
||||
$(INSTALL_SCRIPT) $(srcdir)/$$f.upstart \
|
||||
$(DESTDIR)$(sysconfdir)/event.d/$$tgt ; \
|
||||
done
|
||||
|
||||
uninstall-upstart: uninstall-sysconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user