aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-12 15:36:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-12 15:36:24 +0200
commite0c4d1dc2b6bc5ee238ea94cd0803855a337efdf (patch)
tree14d312935b6cd16bb6beea5c8945c326949d1e51 /bpkg/cfg-create.cxx
parentf4120bea7831bfd894e03dd25e3849cd84571f8b (diff)
Set common variables in pkg-* commands on the whole configuration
This makes a difference, for example, in pkg-install where install.root is needed by prerequisites.
Diffstat (limited to 'bpkg/cfg-create.cxx')
-rw-r--r--bpkg/cfg-create.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index 0215e5d..e50da8d 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -136,7 +136,7 @@ namespace bpkg
// Configure.
//
- run_b (o, "configure(" + c.string () + "/)", true, vars); // Run quiet.
+ run_b (o, c, "configure(" + c.string () + "/)", true, vars); // Run quiet.
// Create the database.
//