]> git.proxmox.com Git - qemu.git/commit
Fix install(1) usage to be compatible with OpenBSD's install(1).
authorBrad <brad@comstyle.com>
Sun, 28 Aug 2011 08:01:33 +0000 (04:01 -0400)
committerJustin M. Forbes <jforbes@redhat.com>
Mon, 3 Oct 2011 19:39:58 +0000 (14:39 -0500)
commit91b31d6158eb5a79bc1a1ef7f24f7d2efa41cc64
treea5514ac5a270eca0e37a11d55c5f46b35be431ce
parentb89f4a7d2a9d4261288ae4d75ae103177c172c3f
Fix install(1) usage to be compatible with OpenBSD's install(1).

Fix install(1) usage to be compatible with OpenBSD's install(1).

When creating a directory via the -d flag the -p flag cannot be
used at the same time. Also in the context of installing QEMU it
doesn't make sense to use the -p flag anyway so use the [default]
-c flag instead.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure