From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 03/12] xenpaging: mkdir /var/lib/xen/xenpaging during make install Date: Mon, 10 Jan 2011 17:43:48 +0100 Message-ID: <20110110164346.680071973@aepfle.de> References: <20110110164345.521919826@aepfle.de> Return-path: Content-Disposition: inline; filename=xen-unstable.xenpaging.make_install.patch List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org pagefiles go to /var/lib/xen/xenpaging directory, create this directory during make install Signed-off-by: Olaf Hering --- 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)