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
|
||
|
|