r19053 - gnucash/trunk/packaging/win32 - Replace directory mv's with cp -r when the move potentially crosses filesystem borders.

Geert Janssens gjanssens at code.gnucash.org
Fri Apr 23 08:13:39 EDT 2010


Author: gjanssens
Date: 2010-04-23 08:13:39 -0400 (Fri, 23 Apr 2010)
New Revision: 19053
Trac: http://svn.gnucash.org/trac/changeset/19053

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Replace directory mv's with cp -r when the move potentially crosses filesystem borders.
Apparently, Msys' mv command fails to move directories across filesystem borders (like
from a directory on the c drive to a mounted samba share).
I hit this issue because my tmp dir is on a different filesystem from
my base dir.



More information about the gnucash-patches mailing list