Commit 616ad569 authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

criu: crit-install: use $PREFIX with --prefix instead of $DESTDIR

Reported-by: Hui Kang hkang.sunysb@gmail.com
Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8869d3cc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment