r14775 - gnucash/trunk/packaging/win32 - Fix wget_unpacked in install.sh, once again.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Aug 30 12:55:37 EDT 2006


Author: andi5
Date: 2006-08-30 12:55:36 -0400 (Wed, 30 Aug 2006)
New Revision: 14775
Trac: http://svn.gnucash.org/trac/changeset/14775

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Fix wget_unpacked in install.sh, once again.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-08-30 16:52:17 UTC (rev 14774)
+++ gnucash/trunk/packaging/win32/install.sh	2006-08-30 16:55:36 UTC (rev 14775)
@@ -385,8 +385,8 @@
 	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



More information about the gnucash-changes mailing list