X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2Fget-cygwin-deps.sh;fp=scripts%2Fget-cygwin-deps.sh;h=6fc456e309954344510411f4cdbd9f8727348a89;hb=2129a8cb019c67390cfab70140ce5aa423447b38;hp=8c0160255f9bdc48b8a6ad0b121df8f9d10ce6b1;hpb=111b078a6574aafa7f31b40311ecbb7146bc1f4a;p=mono.git diff --git a/scripts/get-cygwin-deps.sh b/scripts/get-cygwin-deps.sh index 8c0160255f9..6fc456e3099 100755 --- a/scripts/get-cygwin-deps.sh +++ b/scripts/get-cygwin-deps.sh @@ -29,7 +29,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/libiconv/release%201.13/libiconv-1.13-mingw32-dev.tar.gz/download + wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW/libiconv/libiconv-1.13/libiconv-1.13-mingw32-dev.tar.gz/download fi echo "done."