diff options
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index d273b1a69..278ee8c5f 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" |
