build: install -- Don't forget to init DESTDIR

When not set up it leaves empty making setup of
pycriu python library wrong. Define it as root.

Reported-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2016-04-19 18:15:00 +03:00 committed by Pavel Emelyanov
parent 6e7e2efc5e
commit 555972746f

View file

@ -1,6 +1,6 @@
#
# Installation paths.
DESTDIR ?=
DESTDIR ?= /
PREFIX ?= /usr/local
SBINDIR ?= $(PREFIX)/sbin
MANDIR ?= $(PREFIX)/share/man