commit | fb7afa42693f5304d8f827ceebeba2d6359d4e5e | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Thu Jun 15 18:05:07 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jun 21 14:15:53 2006 +0200 |
tree | cfab6ed25039be3052882697e00a67bee1cd4fc8 | |
parent | 739f4187eb8380a16fd4a4e5011105ba465317e3 [diff] |
tools: Fix mkinstalldirs. We cannot trust 'mkdir -p' to set the proper permissions on parent directories. So create them manually. Fix handling of paths containing spaces. Properly prefix the path with './' if it starts with a '-'. Stop trying to create a path after the first error.