Re-create crypt directory after deleting it.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Oct 2013 18:07:59 +0000 (19:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Oct 2013 18:07:59 +0000 (19:07 +0100)
src/lib/util.cc

index 42aaf9815269bcfab3e0dbc5afda780b01e1d07c..4b780e1b7f9471176a54274c7ad983914027818f 100644 (file)
@@ -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;
                }