| commit | 6a82c8ddee89a0c889f103cd7c31c4224dc91e14 | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Fri Aug 23 22:14:19 2013 -0700 |
| committer | Kir Kolyshkin <kir@openvz.org> | Fri Aug 23 22:17:10 2013 -0700 |
| tree | ae441ed217a05ce1bb519def2d7760639fef403f | |
| parent | 855b3a88688dd8ca0ca2bd402a4f78546ee43f99 [diff] |
vzctl.spec: fix build on older systems wrt sharedstatedir
Commits 6d4e622 and df80be5 made use of %{_sharedstatedir}
macro (which is /var/lib). Unfortunately, on some ancient
systems (i.e. RHEL4) this macro expands to /usr/com which
is definitely not what we want.
Fix by explicitly defining it.
Signed-off-by: Kir Kolyshkin <kir@openvz.org>