diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-04 07:10:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-04 07:10:05 +0200 |
commit | fb0b0fac4474e4974a643cc83aec51c579e9ea2d (patch) | |
tree | 9b035ba8fe6af4061a52c7f80b9ee7642f32694a | |
parent | 40d3fac60a10d3bfccdfd9d2914ad518739fac37 (diff) |
Add note on installation filtering in pkg-bindist man page
-rw-r--r-- | bpkg/pkg-bindist.cli | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli index 405c383..4192867 100644 --- a/bpkg/pkg-bindist.cli +++ b/bpkg/pkg-bindist.cli @@ -632,7 +632,12 @@ namespace bpkg \ Note that not all source packages support relocatable installation (see - the \l{b#module-install \cb{install}} module documentation for details). + \l{b#install-reloc Rolocatable Installation} for details). + + Another mechanism that can useful when generating archive packages is the + ability to filter the files being installed. This, for example, can be + used to create binary packages that don't contain any development-related + files. See \l{b#install-filter Installation Filtering} for details. The installation archive package can be generated for a target other than the host by specifying the target triplet with the \cb{--architecture} |