Commit 9b92975e authored by Takashi Iwai's avatar Takashi Iwai Committed by Pavel Emelyanov

Don't embed $DESTDIR in install prefix

Passing both $DESTDIR and $PREFIX into --prefix option of crit install
results in the bogus $DESTDIR embedded in the installed object.
Instead, pass $DESTDIR to --root and $PREFIX to --prefix options,
respectively.
Signed-off-by: 's avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 908bb092
...@@ -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=$(DESTDIR)$(PREFIX) $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(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