diff options
-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} |