mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
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:
parent
b3038a0a41
commit
529e429c6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user