chroot-file: repair cross build.
This commit is contained in:
parent
f31d506f50
commit
a1f297d607
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue