From 31bb57bae3bf99ebfa3ce76f16fd887e012c1a2b Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 20 Sep 2010 19:11:58 +0000 Subject: [PATCH] Win32 build: Fix typo git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19591 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install-impl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index d01a71324b..140280be0a 100755 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -531,7 +531,7 @@ function inst_gnome() { wget_unpacked $LIBXML2_DEV_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $GETTEXT_RUNTIME_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $GETTEXT_RUNTIME_DEV_URL $DOWNLOAD_DIR $GNOME_DIR - wget_unpacked $GETTEXT_DEV_TOOLS_URL $DOWNLOAD_DIR $GNOME_DIR + wget_unpacked $GETTEXT_TOOLS_DEV_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $LIBICONV_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $GLIB_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $GLIB_DEV_URL $DOWNLOAD_DIR $GNOME_DIR