blob: 7bbedb918cee96432a4444019be54bbe7095baa5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./tools/xenstore/Makefile.orig
+++ ./tools/xenstore/Makefile
@@ -139,6 +139,7 @@
endif
$(INSTALL_PROG) xenstore-control $(DESTDIR)$(bindir)
$(INSTALL_PROG) xenstore $(DESTDIR)$(bindir)
+ $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(bindir)
set -e ; for c in $(CLIENTS) ; do \
ln -f $(DESTDIR)$(bindir)/xenstore $(DESTDIR)$(bindir)/$${c} ; \
done
|