chroot-file: repair cross build.

This commit is contained in:
Juan RP 2014-02-14 11:01:40 +01:00
parent f31d506f50
commit a1f297d607

View file

@ -25,7 +25,7 @@ pre_configure() {
# Build host file first.
CC= CFLAGS= LDFLAGS= AR= RANLIB= ./configure
make ${makejobs}
install -Dm755 $(find -type f -name file) hostbin/file
install -Dm755 src/file ${wrksrc}/hostbin/file
make distclean
fi
}