Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2011-04-02 21:45:03 +0400
committerZoltan Varga <vargaz@gmail.com>2011-04-02 21:45:03 +0400
commit2129a8cb019c67390cfab70140ce5aa423447b38 (patch)
tree576fe2f530b10809805c21d2f3153b75c2161531 /scripts
parent111b078a6574aafa7f31b40311ecbb7146bc1f4a (diff)
Fix get-cygwin-deps.sh after sourceforge url changes.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-cygwin-deps.sh2
1 files changed, 1 insertions, 1 deletions
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."