From ed437dbd3483baa3d15d1d86d8f057d9112653b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Aug 2019 14:36:44 +0300 Subject: Add support for default options files --- bpkg/package.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/package.cxx') 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 -- cgit v1.1