From e0c4d1dc2b6bc5ee238ea94cd0803855a337efdf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Apr 2016 15:36:24 +0200 Subject: Set common variables in pkg-* commands on the whole configuration This makes a difference, for example, in pkg-install where install.root is needed by prerequisites. --- bpkg/pkg-update.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-update.cli') diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli index 6a387be..9383ad4 100644 --- a/bpkg/pkg-update.cli +++ b/bpkg/pkg-update.cli @@ -25,8 +25,8 @@ namespace bpkg Additional command line variables (, normally \cb{config.*}) can be passed to the build system by either specifying them before the packages, - in which case they apply to all of them, or after a specific package, in - which case they apply only to this package." + in which case they apply to the whole configuration, or after a specific + package, in which case they apply only to this package." } class pkg_update_options: configuration_options -- cgit v1.1