Revert "build: bootstrap: Do not manually install install-sh"
This reverts commit 5f5c98866e
.
This commit is contained in:
parent
282d2df6db
commit
6f3deecdd2
@ -14,4 +14,9 @@ cd "$srcdir"
|
||||
[ -d limine-efi ] || git clone https://github.com/limine-bootloader/limine-efi.git
|
||||
[ -d libgcc-binaries ] || git clone https://github.com/mintsuki/libgcc-binaries.git
|
||||
|
||||
autoreconf -fvi -Wall
|
||||
automake_libdir="$(automake --print-libdir)"
|
||||
|
||||
mkdir -p build-aux
|
||||
cp "${automake_libdir}/install-sh" build-aux
|
||||
|
||||
autoreconf -fvi
|
||||
|
Loading…
Reference in New Issue
Block a user