chroot-file: hardcode path to host file(1) in cross builds, rather than using PATH.

This commit is contained in:
Juan RP 2014-02-14 11:15:27 +01:00
parent b2997064e2
commit b919b35c6b

View file

@ -33,7 +33,7 @@ pre_configure() {
pre_build() {
if [ "$CROSS_BUILD" ]; then
export PATH=${wrksrc}/host-build:$PATH
sed "s,file --version,${wrksrc}/host-build/file --version,g" -i magic/Makefile
fi
}