bmake: fix cross-build.

This commit is contained in:
Christian Neukirchen 2015-05-11 18:39:33 +02:00
parent 80d36acb58
commit 2d7ae7bb96
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ checksum=31460211253921689df6ce7cd177a983d3a97df8df934b006a2bcee0919eb3ea
do_configure() {
cd bmake
sed -i '1s,:,#!/bin/sh,g' install-sh
if [ "$CROSS_BUILD" ]; then
mkdir -p bmake-host
cd bmake-host
@ -20,7 +21,6 @@ do_configure() {
../boot-strap op=build
cp linux*-*/bmake .
fi
sed -i '1s,:,#!/bin/sh,g' install-sh
}
do_build() {
mkdir -p bmake/bmake-build