Commit e3c34988 authored by Adrian Reber's avatar Adrian Reber Committed by Pavel Emelyanov

Simple Makefile fix for rpmbuild

Trying to create a RPM from current CRIU HEAD fails as the crit
installation ignores $(DESTDIR).

This simple patch adds staged installation for crit:

https://github.com/adrianreber/criu/commit/3f7dd400471d717363c143198fe90dc75fac648bSigned-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d8ee1b7e
...@@ -314,7 +314,7 @@ install-man: ...@@ -314,7 +314,7 @@ install-man:
install-crit: crit install-crit: crit
$(E) " INSTALL crit" $(E) " INSTALL crit"
$(Q) python scripts/crit-setup.py install --prefix=$(PREFIX) $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)$(PREFIX)
.PHONY: install install-man install-crit .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