From e2d59d4a05b7624570c6398b3a6d095138d0d241 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jan 2018 09:34:47 +0200 Subject: Implement temp directory facility --- bpkg/cfg-create.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 7592801..acd6bb9 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -87,6 +87,10 @@ namespace bpkg // mk (c / bpkg_dir); + // Initialize tmp directory. + // + init_tmp (c); + // Create the database. // database db (open (c, trace, true)); -- cgit v1.1