On 08/07/2012 13:04, Nick Treleaven wrote:
BTW I've run into 2 problems with the install target:
- cp -r and xcopy treat the destination path differently. Currently
MSYS install is broken and will install data files as $DESTDIR/data/data/* - I've replaced xcopy with separate copy targets locally. Unfortunately that causes errors with subdirectories so I had to ignore them, which I'd prefer not to do. See attached diff.
Now fixed using ifdef MSYS.