tools: Place autoconf in the correct path
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f65deb727a
commit
71d1084be2
@ -38,3 +38,6 @@ echo "Building autoconf (precisely version 2.69)..."
|
|||||||
../autoconf-$AUTOCONF_VERSION/configure --prefix="/"
|
../autoconf-$AUTOCONF_VERSION/configure --prefix="/"
|
||||||
make
|
make
|
||||||
DESTDIR=$LUNA_ROOT/toolchain/dist make install
|
DESTDIR=$LUNA_ROOT/toolchain/dist make install
|
||||||
|
|
||||||
|
cd $LUNA_ROOT
|
||||||
|
mv toolchain/dist/bin/* toolchain/dist
|
||||||
|
Loading…
Reference in New Issue
Block a user