tools/libxl: remove XEN_RUN_DIR from install target
authorOlaf Hering <olaf@aepfle.de>
Thu, 17 Apr 2014 14:13:48 +0000 (16:13 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 23 Apr 2014 11:21:35 +0000 (12:21 +0100)
commitb4f745115f48e54ca0193dcb08101ab50e929d5e
tree8a59162c4d180b6924cb281f0ad756c663251dcd
parent3324cfb900c8251d7234dd6d271f2dac1e577b6b
tools/libxl: remove XEN_RUN_DIR from install target

xencommons creates the _hardcoded_ /var/run/xen already, there is no
need to create and package this directory during make install|rpmball.

Without this change installing the resulting xen.rpm will fail on
systems where /var/run is a symlink. rpm complains that '/var/run' (the
symlink) is already owned by some other system rpm package.

Using XEN_RUN_DIR instead of /var/run/xen tree-wide may be done in a
followup patch.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile