mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
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:
parent
6e7e2efc5e
commit
555972746f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Installation paths.
|
||||
DESTDIR ?=
|
||||
DESTDIR ?= /
|
||||
PREFIX ?= /usr/local
|
||||
SBINDIR ?= $(PREFIX)/sbin
|
||||
MANDIR ?= $(PREFIX)/share/man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue