]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
Makefile: create ".../var/run" when installing the POSIX guest agent
authorLaszlo Ersek <lersek@redhat.com>
Sat, 18 May 2013 05:13:14 +0000 (07:13 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 May 2013 16:37:37 +0000 (11:37 -0500)
commitf2e3978b5a72870b061d29948075dccc0a72db8e
tree2cc53e49aa253bee6140b43619b4caba45ee3a9b
parenta839ee77c786a8200c76ca92f697eebf6bcc9aa3
Makefile: create ".../var/run" when installing the POSIX guest agent

Otherwise the default local state directory of POSIX qga won't exist after
installation with a non-standard ${prefix} or DESTDIR.

For now qga is the only user of ".../var" (= $qemu_localstatedir) too, so
don't create that directory either unless we're installing the agent.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Makefile