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-uninstall.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-uninstall.cli') diff --git a/bpkg/pkg-uninstall.cli b/bpkg/pkg-uninstall.cli index ba7f55a..ece8f1e 100644 --- a/bpkg/pkg-uninstall.cli +++ b/bpkg/pkg-uninstall.cli @@ -25,9 +25,9 @@ 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. See \l{bpkg-pkg-install(1)} - for some examples." + in which case they apply to the whole configuration, or after a specific + package, in which case they apply only to this package. See + \l{bpkg-pkg-install(1)} for some examples." } class pkg_uninstall_options: configuration_options -- cgit v1.1