criu/python.patch
2015-03-04 00:04:33 +03:00

14 lines
344 B
Diff

diff --git a/Makefile b/Makefile
index a896e33..ee42d84 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)
.PHONY: install install-man install-crit