From d18d2ec4a2af8f36181f4325084282da8b3cf045 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Fri, 20 Aug 2010 18:04:39 +0200 Subject: [PATCH] Update get-cygwin-deps.sh after a filename change. --- scripts/get-cygwin-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-cygwin-deps.sh b/scripts/get-cygwin-deps.sh index c4bce2de451..3db83416dfd 100755 --- a/scripts/get-cygwin-deps.sh +++ b/scripts/get-cygwin-deps.sh @@ -35,7 +35,7 @@ if [ ! -f $dir/gettext-runtime-0.17-1.zip ]; then wget -P $dir http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip fi if [ ! -f $dir/libiconv-1.13-mingw32-dev.tar.gz ]; then - wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW%20libiconv/release%201.13/libiconv-1.13-mingw32-dev.tar.gz/download + wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW/libiconv/release%201.13/libiconv-1.13-mingw32-dev.tar.gz/download fi echo "done." -- 2.25.1