r19048 - gnucash/trunk/packaging/win32 - * Make sure wget downloads are stored with filenames not containing any html garbage (& and = signs as a result of http_get parameters).
Geert Janssens
gjanssens at code.gnucash.org
Thu Apr 22 05:25:52 EDT 2010
Author: gjanssens
Date: 2010-04-22 05:25:51 -0400 (Thu, 22 Apr 2010)
New Revision: 19048
Trac: http://svn.gnucash.org/trac/changeset/19048
Modified:
gnucash/trunk/packaging/win32/functions.sh
Log:
* Make sure wget downloads are stored with filenames not containing any html garbage (& and = signs as a result of http_get parameters).
* Have wget_unpacked return the actual path where the files were unpacked via the _EXTRACT_UDIR env variable. In most cases this is simply the path that was requested, but sometimes, a tarball or zip file adds its own relative path. The _EXTRACT_UDIR variable will take this into account by analysing the contents of the tarball/zip file.
These changes will be used in the revived cross-compile script.
More information about the gnucash-patches
mailing list