From 9fa8e0c1b8bfa215ebcd93eee2fa653f3dfc179e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Wed, 30 Aug 2006 16:55:36 +0000 Subject: [PATCH] Fix wget_unpacked in install.sh, once again. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14775 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index f636b59d90..b55b1c548e 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -385,8 +385,8 @@ function inst_gnome() { wget_unpacked $GCONF_DEV_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $LIBBONOBO_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $LIBBONOBO_DEV_URL $DOWNLOAD_DIR $GNOME_DIR - wget_unpacked $DOWNLOAD_DIR $GNOME_VFS_URL $DOWNLOAD_DIR $GNOME_DIR - wget_unpacked $DOWNLOAD_DIR $GNOME_VFS_DEV_URL $DOWNLOAD_DIR $GNOME_DIR + wget_unpacked $GNOME_VFS_URL $DOWNLOAD_DIR $GNOME_DIR + wget_unpacked $GNOME_VFS_DEV_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $LIBGNOME_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $LIBGNOME_DEV_URL $DOWNLOAD_DIR $GNOME_DIR wget_unpacked $LIBGNOMECANVAS_URL $DOWNLOAD_DIR $GNOME_DIR