Fix install(1) usage to be compatible with OpenBSD's install(1).
commit1901cb14edb6b6d4c20986a77b2fcff67bd19755
authorBrad <brad@comstyle.com>
Sun, 28 Aug 2011 08:01:33 +0000 (28 04:01 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 2 Sep 2011 15:34:55 +0000 (2 10:34 -0500)
treeffbacc7750ea04915591aa44654364ba65cdbcc7
parent9aed1e036dc0de49d08d713f9e5c4655e94acb56
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