[build] configure: set localstatedir to w/o prefix

/var should be /var, not /usr/local/var or /usr/var.
Currently we work around this by supplying --localstatedir argument
to ./configure in vzctl.spec, but people building/installing from source
have bad paths as a result.

So, use the same trick as we did for sysconfdir in commit 2e95e285.

https://bugzilla.openvz.org/show_bug.cgi?id=2637#c2

Reported-by: hoverhell@gmail.com
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed