expat 2.2.4 dropped INSTALL_ROOT

... in favor of its alias, DESTDIR. Before, it supported both.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-09-29 21:29:09 -07:00
parent b3038a0a41
commit 529e429c6e

View File

@ -103,7 +103,7 @@ do_expat_backend() {
CT_DoLog EXTRA "Building expat"
CT_DoExecLog ALL make ${JOBSFLAGS}
CT_DoLog EXTRA "Installing expat"
CT_DoExecLog ALL make install INSTALL_ROOT="${destdir}"
CT_DoExecLog ALL make install DESTDIR="${destdir}"
}
fi