Skip to content

Commit

Permalink
criu: crit-install: use $PREFIX with --prefix instead of $DESTDIR
Browse files Browse the repository at this point in the history
Reported-by: Hui Kang hkang.sunysb@gmail.com
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
  • Loading branch information
efiop authored and xemul committed May 12, 2015
1 parent 8869d3c commit 616ad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 616ad56

Please sign in to comment.