diff options
-rwxr-xr-x | packaging/windows/mxe-based-build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
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 |