tools: Fix filename in setup-autoconf.sh

This commit is contained in:
apio 2023-08-14 11:27:47 +02:00
parent d07f592306
commit f65deb727a
Signed by: asleepymoon
GPG Key ID: B8A7D06E42258954

@ -22,7 +22,7 @@ rm -rf toolchain/build/autoconf-$AUTOCONF_VERSION
echo "Extracting autoconf (precisely version 2.69)..."
tar xf toolchain/tarballs/autoconf-$AUTOCONF_VERSION.tar.xz -C toolchain/build/
tar xf toolchain/tarballs/autoconf-$AUTOCONF_VERSION.tar.gz -C toolchain/build/
mkdir -p toolchain/build/build-autoconf