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-install.cli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-install.cli') diff --git a/bpkg/pkg-install.cli b/bpkg/pkg-install.cli index 24ccc43..c612d23 100644 --- a/bpkg/pkg-install.cli +++ b/bpkg/pkg-install.cli @@ -24,9 +24,10 @@ 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. Specifically, this mechanism - can be used to specify the installation directory, for example: + in which case they apply to the whole configuration, or after a specific + package, in which case they apply only to this package. In particular, + this mechanism can be used to specify the installation directory, for + example: \ bpkg install config.install.root=/usr/local \ -- cgit v1.1