[CRIU] [PATCH] criu: crit-install: use $PREFIX with --prefix instead of $DESTDIR
Ruslan Kuprieiev
kupruser at gmail.com
Fri May 8 12:21:31 PDT 2015
Reported-by: Hui Kang hkang.sunysb at gmail.com
Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dbbbbf2..b57d58a 100644
--- 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)
+ $(Q) python scripts/crit-setup.py install --prefix=$(PREFIX)
.PHONY: install install-man install-crit
--
1.9.1
More information about the CRIU
mailing list