aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-01-11 10:32:32 +0000
committerKeir Fraser <keir@xen.org>2011-01-11 10:32:32 +0000
commit86ef532d290b9cc9db1950d4d01c0f7a3fe3e0af (patch)
tree6e3cfb0fe3a988360253fa195a01e36ddf0a9e36 /tools/xenpaging
parent2dc5d916ff3b77a44bff7c5cef97c723eaf01367 (diff)
downloadxen-86ef532d290b9cc9db1950d4d01c0f7a3fe3e0af.tar.gz
xen-86ef532d290b9cc9db1950d4d01c0f7a3fe3e0af.tar.bz2
xen-86ef532d290b9cc9db1950d4d01c0f7a3fe3e0af.zip
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 <olaf@aepfle.de>
Diffstat (limited to 'tools/xenpaging')
-rw-r--r--tools/xenpaging/Makefile1
1 files changed, 1 insertions, 0 deletions
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)