From 842357c202e7fb54427d2907d3ccecceeec1cb74 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 7 Jun 2023 21:34:19 +0300 Subject: [PATCH 46/46] installer_cross autotools: Move build directories under autotools/ See osdn #48181 Signed-off-by: Marko Lindqvist --- windows/installer_cross/installer_build.sh | 2 +- windows/installer_cross/winbuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/installer_cross/installer_build.sh b/windows/installer_cross/installer_build.sh index 0ea3fda85e..d5a3e660ee 100755 --- a/windows/installer_cross/installer_build.sh +++ b/windows/installer_cross/installer_build.sh @@ -183,7 +183,7 @@ if test "$INST_CROSS_MODE" != "release" ; then fi fi -INSTDIR="freeciv-$SETUP-${VERREV}${NAMEP}" +INSTDIR="autotools/install/freeciv-$SETUP-${VERREV}${NAMEP}" if test "$GUI" = "ruledit" ; then if ! make -C autotools/build/${SETUP}-${GUI}/translations/ruledit update-po || diff --git a/windows/installer_cross/winbuild.sh b/windows/installer_cross/winbuild.sh index f8753156be..5f5b3c42fa 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -186,7 +186,7 @@ if ! ${SRC_ROOT}/autogen.sh --no-configure-run ; then exit 1 fi -INSTALL_DIR="$(pwd)/freeciv-${VERREV}${NAMEP}" +INSTALL_DIR="$(pwd)/autotools/install/freeciv-${VERREV}${NAMEP}" if ! ( cd "${BUILD_DIR}" -- 2.39.2