aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-unpack.cxx')
-rw-r--r--bpkg/pkg-unpack.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx
index f78543e..6979842 100644
--- a/bpkg/pkg-unpack.cxx
+++ b/bpkg/pkg-unpack.cxx
@@ -65,11 +65,11 @@ namespace bpkg
move (m.name),
move (m.version),
state::unpacked,
- optional<path> (), // No archive
- false, // Don't purge archive.
+ nullopt, // No archive
+ false, // Don't purge archive.
move (ad),
purge,
- optional<dir_path> () // No output directory yet.
+ nullopt // No output directory yet.
});
db.persist (p);