build: bootstrap: Do not manually install install-sh

This commit is contained in:
mintsuki 2023-03-14 20:07:05 +01:00
parent 9efe05df89
commit ed3858fe11
1 changed files with 1 additions and 6 deletions

View File

@ -14,9 +14,4 @@ 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
automake_libdir="$(automake --print-libdir)"
mkdir -p build-aux
cp "${automake_libdir}/install-sh" build-aux
autoreconf -fvi
autoreconf -fvi -Wall