[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Pygrub: add /var/lib/xen to the install tree.
# HG changeset patch # User Tim Deegan <tim.deegan@xxxxxxxxxxxxx> # Node ID 16e4a5a7cfd7b1d5fd1592c8c5339f7dfaec5ad1 # Parent 587735fb18abf1dd1b7dcb621810e3eaf129b1d7 Pygrub: add /var/lib/xen to the install tree. (Pygrub uses /var/lib/xen to store fifos and image files.) Signed-off-by: Tim Deegan <tim.deegan@xxxxxxxxxxxxx> --- tools/pygrub/Makefile | 2 ++ 1 files changed, 2 insertions(+) diff -r 587735fb18ab -r 16e4a5a7cfd7 tools/pygrub/Makefile --- a/tools/pygrub/Makefile Thu Sep 21 14:55:02 2006 +0100 +++ b/tools/pygrub/Makefile Thu Sep 21 14:56:28 2006 +0100 @@ -12,9 +12,11 @@ ifndef XEN_PYTHON_NATIVE_INSTALL ifndef XEN_PYTHON_NATIVE_INSTALL install: all CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --prefix="" + $(INSTALL_DIR) -p $(DESTDIR)/var/lib/xen else install: all CFLAGS="$(CFLAGS)" python setup.py install --root="$(DESTDIR)" + $(INSTALL_DIR) -p $(DESTDIR)/var/lib/xen endif .PHONY: clean _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |