- update to version 1.5: New features * CRIT tool * ability to request CPU compatibility on instructions level only * C/R of empty AIO rings * more detailed errno report via RPC * per-feature "criu check" * inheriting FDs on restore * ability to automatically move veth device to host-side bridge on netns restore * VT terminals support * more user namespaces C/R stuff See more details at http://criu.org/Releases#v._1.5 - fix installation of crit: crit-install-prefix.diff OBS-URL: https://build.opensuse.org/request/show/290686 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=19
14 lines
373 B
Diff
14 lines
373 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 2a63f0477d08..d704a06446d5 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -289,7 +289,7 @@ install-man:
|
|
|
|
install-crit: crit
|
|
$(E) " INSTALL crit"
|
|
- $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)
|
|
+ $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
|
|
|
|
.PHONY: install install-man install-crit
|
|
|