提交 1351a0f8 编写于 作者: D Daniel P. Berrangé

make: fix VPATH install of upstart files

Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 edae027c
...@@ -3181,7 +3181,8 @@ install-upstart: install-sysconfig ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册