On 09/06/16 13:57, Wei Liu wrote: > Signed-off-by: Wei Liu <wei.l...@citrix.com> > --- > Cc: Ian Jackson <ian.jack...@eu.citrix.com> > --- > tools/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tools/Makefile b/tools/Makefile > index 6440dec..d43a229 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -61,7 +61,8 @@ build all: subdirs-all > .PHONY: install > install: subdirs-install > $(INSTALL_DIR) -m 700 $(DESTDIR)$(XEN_DUMP_DIR) > - $(INSTALL_DIR) $(DESTDIR)/var/log/xen > + $(INSTALL_DIR) $(DESTDIR)$(XEN_LOG_DIR) > + $(INSTALL_DIR) $(DESTDIR)$(XEN_RUN_DIR) > $(INSTALL_DIR) $(DESTDIR)/var/lib/xen
Looking at a `git grep`, /var/lib/xen is another path in need of a name and less hard coding. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel