aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-install.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-install.hxx')
-rw-r--r--bpkg/pkg-install.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/bpkg/pkg-install.hxx b/bpkg/pkg-install.hxx
index 9102dda..35dc52b 100644
--- a/bpkg/pkg-install.hxx
+++ b/bpkg/pkg-install.hxx
@@ -17,7 +17,12 @@ namespace bpkg
inline int
pkg_install (const pkg_install_options& o, cli::scanner& args)
{
- return pkg_command ("install", o, "", args);
+ return pkg_command ("install",
+ o,
+ "" /* cmd_variant */,
+ false /* recursive */,
+ false /* immediate */,
+ args);
}
}