2b8d50c617
- update to version 1.6: * PowerPC 64bit LE support * Makefile.local for 3-rd party build rules * Ability to "enable" filesystem on dump (--enable-fs) * Ability to skip mountpoint on dump (--skip-mnt) * Prepare to deprecate "criu show" command * External mounts auto-detection * /dev/tty (current terminal) support * Netdev and netns (all/default) confs C/R * Images v1.1 with extra magic at head * Support fusectl (only ctl) mountpoint * Sub-version format is now as of git-describe * Apparamor labels C/R support - Fix library path for aarch64 and ppc64le - Fix the prototype for lsm.c (to fix build errors): lsm-prototype-fix.diff - Refreshed crit-install-prefix.diff OBS-URL: https://build.opensuse.org/request/show/309628 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=25
16 lines
381 B
Diff
16 lines
381 B
Diff
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -314,7 +314,7 @@ install-man:
|
|
|
|
install-crit: crit
|
|
$(E) " INSTALL crit"
|
|
- $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)$(PREFIX)
|
|
+ $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
|
|
|
|
.PHONY: install install-man install-crit
|
|
|