tools: remove /var/lock/subsys from install target
authorOlaf Hering <olaf@aepfle.de>
Thu, 17 Apr 2014 10:04:39 +0000 (12:04 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 23 Apr 2014 11:20:19 +0000 (12:20 +0100)
commitdb6d500550f3799e70716343b26c93217792322d
treeab8e2f57c34ae87950cb34f67c871906dce8a554
parent047b9f81749bfcdf7a8f6cfa303e322c55d64260
tools: remove /var/lock/subsys from install target

/var/lock/subsys is used only in tools/hotplug/Linux/init.d/xendomains.
The start() function already does a "mkdir /var/lock/subsys", so its not
required to create this directory during make install|rpmball.

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

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