[CRIU] [PATCH] build: install -- Don't forget to init DESTDIR
Cyrill Gorcunov
gorcunov at openvz.org
Tue Apr 19 08:15:07 PDT 2016
When not set up it leaves empty making setup of
pycriu python library wrong. Define it as root.
Reported-by: Pavel Emelyanov <xemul at virtuozzo.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.install b/Makefile.install
index 6fcf25e25562..d99774198043 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -1,6 +1,6 @@
#
# Installation paths.
-DESTDIR ?=
+DESTDIR ?= /
PREFIX ?= /usr/local
SBINDIR ?= $(PREFIX)/sbin
MANDIR ?= $(PREFIX)/share/man
--
2.5.5
More information about the CRIU
mailing list