r16120 - gnucash/trunk/packaging/win32 - Let wget download to a UNIX path.

Andreas Köhler andi5 at cvs.gnucash.org
Wed May 23 13:21:04 EDT 2007


Author: andi5
Date: 2007-05-23 13:21:03 -0400 (Wed, 23 May 2007)
New Revision: 16120
Trac: http://svn.gnucash.org/trac/changeset/16120

Modified:
   gnucash/trunk/packaging/win32/functions.sh
Log:
Let wget download to a UNIX path.


Modified: gnucash/trunk/packaging/win32/functions.sh
===================================================================
--- gnucash/trunk/packaging/win32/functions.sh	2007-05-22 20:00:49 UTC (rev 16119)
+++ gnucash/trunk/packaging/win32/functions.sh	2007-05-23 17:21:03 UTC (rev 16120)
@@ -56,7 +56,7 @@
     # download the file to the tmpdir and then when that completes
     # move it to the dest dir.
     if [ ! -f $_DLD/$_FILE ] ; then
-        wget --passive-ftp -c $1 -P $TMP_DIR
+        wget --passive-ftp -c $1 -P $TMP_UDIR
         mv $TMP_UDIR/$_FILE $_DLD
     fi
     LAST_FILE=$_DLD/$_FILE



More information about the gnucash-changes mailing list