aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-04-05 08:09:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-04-05 08:09:36 +0200
commit24d3958a91f43609e516e4d87029b11882700f64 (patch)
treea5c9936bd3a77beca13b421959266f00ac9b6fe0 /bpkg/package.hxx
parent5ca24c8b53aa32aaca81fec1fe7451b391488487 (diff)
Build forwarded configurations via src_root rather than out_root (GH issue #177)
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index 1c70676..3283be5 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -1261,13 +1261,12 @@ namespace bpkg
//
optional<std::string> buildfiles_checksum;
- // Path to the output directory of this package, if any. It is
- // always relative to the configuration directory, and is <name>
- // for external packages and <name>-<version> for others. It is
- // only set once the package is configured and its main purse is
- // to keep track of what needs to be cleaned by the user before
- // a broken package can be purged. Note that it could be the
- // same as src_root.
+ // Path to the output directory of this package, if any. It is always
+ // relative to the configuration directory, and is <name> for external
+ // packages and <name>-<version> for others. It is only set once the
+ // package is configured and its main purpose is to keep track of what
+ // needs to be cleaned by the user before a broken package can be
+ // purged. Note that it could be the same as src_root.
//
optional<dir_path> out_root;