]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commitdiff
xenpaging: mkdir /var/lib/xen/xenpaging during make install
authorKeir Fraser <keir@xen.org>
Tue, 11 Jan 2011 10:32:32 +0000 (10:32 +0000)
committerKeir Fraser <keir@xen.org>
Tue, 11 Jan 2011 10:32:32 +0000 (10:32 +0000)
pagefiles go to /var/lib/xen/xenpaging directory,
create this directory during make install

Signed-off-by: Olaf Hering <olaf@aepfle.de>
tools/xenpaging/Makefile

index de904bb00b3a58edb331629891d8a4c76c5bc465..1d94710abb46bf61b32e8d9c10103d3f011c6ce5 100644 (file)
@@ -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)