aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-create.cxx')
-rw-r--r--bpkg/cfg-create.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index acd6bb9..1a21cfa 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -83,9 +83,13 @@ namespace bpkg
true,
vars);
- // Create .bpkg/.
+ // Create .bpkg/ and its subdirectories.
//
- mk (c / bpkg_dir);
+ {
+ mk (c / bpkg_dir);
+ mk (c / certs_dir);
+ mk (c / repos_dir);
+ }
// Initialize tmp directory.
//