From 71d1084be287b9ad97cfcb7ef7e5d196eda366d0 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 14 Aug 2023 09:34:36 +0000 Subject: [PATCH] tools: Place autoconf in the correct path --- tools/setup-autoconf.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/setup-autoconf.sh b/tools/setup-autoconf.sh index f4f4e2b0..e2df178f 100755 --- a/tools/setup-autoconf.sh +++ b/tools/setup-autoconf.sh @@ -38,3 +38,6 @@ echo "Building autoconf (precisely version 2.69)..." ../autoconf-$AUTOCONF_VERSION/configure --prefix="/" make DESTDIR=$LUNA_ROOT/toolchain/dist make install + +cd $LUNA_ROOT +mv toolchain/dist/bin/* toolchain/dist