aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-14 14:36:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-16 14:53:54 +0300
commited437dbd3483baa3d15d1d86d8f057d9112653b1 (patch)
treecbf3974e8b1774ccccd818442cf042e501190b09 /bpkg/package.cxx
parent80ee886ca0bd3e41434621a056125c92f31b1aea (diff)
Add support for default options files
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