From b83a9bbdb0407c198e615e61491e1f8492ae5dc9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Oct 2015 08:45:27 +0200 Subject: Add repository location to package, minor cleanups --- bpkg/build.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/build.cxx') diff --git a/bpkg/build.cxx b/bpkg/build.cxx index 361cd9a..e9377ec 100644 --- a/bpkg/build.cxx +++ b/bpkg/build.cxx @@ -149,7 +149,7 @@ namespace bpkg // explicitly added to the configuration and their complements, // recursively. // - ap = filter_one (root, db.query (q)); + ap = filter_one (root, db.query (q)).first; } // Load the package that may have already been selected and -- cgit v1.1