From 7221a63204a0b2a89e1c72fcbf9f2a7de0a575a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2015 14:05:22 +0200 Subject: Implement pkg-{configure, disfigure} commands --- bpkg/pkg-fetch.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 9d4efaa..063f0d5 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -13,9 +13,10 @@ #include #include #include -#include #include +#include + using namespace std; using namespace butl; @@ -109,7 +110,9 @@ namespace bpkg move (a), purge, optional (), // No source directory yet. - false}); + false, + optional () // No output directory yet. + }); db.persist (p); t.commit (); -- cgit v1.1