From cc04f5d3f8a40ff71aafef2678240ca7ff792a11 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 31 Oct 2020 16:08:02 -0700 Subject: cleanup: fix stupid hack for MXE build script This is much easier. Signed-off-by: Dirk Hohndel --- packaging/windows/mxe-based-build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packaging/windows/mxe-based-build.sh') diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 4b71d03af..7f4c809b2 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -162,10 +162,7 @@ if [ "$MXEBUILDTYPE" = "x86_64-w64-mingw32.shared" ] ; then rm -f build.libmtp cd "$BASEDIR/libmtp" export NOCONFIGURE=1 - # crudely disable the interactive part of autogen.sh - sed --in-place=.bak 's/read IN/IN="N"/;s/echo "Auto/#echo "Auto/' autogen.sh - bash autogen.sh - mv autogen.sh.bak autogen.sh + echo 'N' | bash autogen.sh cd "$BUILDDIR" mkdir -p libmtp cd libmtp -- cgit v1.2.3-70-g09d2