|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 03/12] xenpaging: mkdir /var/lib/xen/xenpaging during
pagefiles go to /var/lib/xen/xenpaging directory,
create this directory during make install
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---
tools/xenpaging/Makefile | 1 +
1 file changed, 1 insertion(+)
--- xen-unstable.hg-4.1.22571.orig/tools/xenpaging/Makefile
+++ xen-unstable.hg-4.1.22571/tools/xenpaging/Makefile
@@ -27,6 +27,7 @@ xenpaging: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
install: all
+ $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|