From: Keir Fraser Date: Tue, 11 Jan 2011 10:32:32 +0000 (+0000) Subject: xenpaging: mkdir /var/lib/xen/xenpaging during make install X-Git-Tag: 4.1.0-rc1~36 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=277218f40fc06f56e0abfa6b6c3826ea002ef8fe;p=people%2Fvhanquez%2Fxen-unstable.git xenpaging: mkdir /var/lib/xen/xenpaging during make install pagefiles go to /var/lib/xen/xenpaging directory, create this directory during make install Signed-off-by: Olaf Hering --- diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile index de904bb00b..1d94710abb 100644 --- a/tools/xenpaging/Makefile +++ b/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)