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)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 2 Sep 2011 15:34:55 +0000 (10:34 -0500)
commit942145ad9b5afad153b7c8c9dfb7d4dfed76f8e8
treeffbacc7750ea04915591aa44654364ba65cdbcc7
parent1191c90053418a111327f6ebd48cf6de1fc7ae17
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