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.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index b5b1f41..94a7764 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -136,12 +136,13 @@ namespace bpkg
// Configure.
//
- // Run quiet.
- run_b (o, c, "configure('" + c.string () + "/')", true, vars);
+ // Run quiet. Use path representation to get canonical trailing slash.
+ //
+ run_b (o, c, "configure('" + c.representation () + "')", true, vars);
// Create .bpkg/.
//
- mk (c / dir_path (".bpkg"));
+ mk (c / bpkg_dir);
// Create the database.
//