From a710d799bd2bb2c5a05668180b4781a9dc847188 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 11 Oct 2013 19:07:59 +0100 Subject: Re-create crypt directory after deleting it. --- src/lib/util.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') 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; } -- cgit v1.2.3