diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 42aaf9815..4b780e1b7 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -839,6 +839,7 @@ make_signer () p /= *i; if (!boost::filesystem::exists (p)) { boost::filesystem::remove_all (sd); + boost::filesystem::create_directories (sd); libdcp::make_signer_chain (sd, openssl_path ()); break; } |
