aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.cxx')
-rw-r--r--bpkg/package.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/package.cxx b/bpkg/package.cxx
index be03c2c..0ac2577 100644
--- a/bpkg/package.cxx
+++ b/bpkg/package.cxx
@@ -330,9 +330,9 @@ namespace bpkg
// generally be completed against the configuration directory (unlikely
// but possible), that can be relative and/or not normalized.
//
- src_root.complete ().normalize ();
+ normalize (src_root, "package source");
- changed = src_root != dir_path (d).complete ().normalize ();
+ changed = src_root != normalize (d, "package source");
}
return !changed