diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-10 23:30:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-10 23:30:31 +0100 |
| commit | 6de35d058821acc092d2aae75543024a97026b8a (patch) | |
| tree | 0e01be0a7caa77c62193b6497b4fe5939ce9d18d /run | |
| parent | b80b1aee7fc6561bc53edb10ee5e37d752db80c3 (diff) | |
| parent | e01961397fbf87c69da4c8a8e79cef3c16480d3a (diff) | |
Merge master.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index eb6f52d23..74714865a 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -64,7 +64,7 @@ if [ `uname -s` == "Darwin" ]; then cp icons/kdm_email.png $resources for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL; do - mkdir "$resources/$lang/LC_MESSAGES" + mkdir -p "$resources/$lang/LC_MESSAGES" cp build/src/lib/mo/$lang/*.mo "$resources/$lang/LC_MESSAGES" cp build/src/wx/mo/$lang/*.mo "$resources/$lang/LC_MESSAGES" cp build/src/tools/mo/$lang/*.mo "$resources/$lang/LC_MESSAGES" |
