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)