From a19419736916932f8d0017bb661892442a09158d Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sat, 17 Dec 2022 12:29:02 +1000 Subject: [PATCH] makepkg.conf: clarify PKGEXT and SRCEXT Mention valid suffixes should start with .pkg or .src Fixes FS#64749. Signed-off-by: Allan McRae --- doc/makepkg.conf.5.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc index a0d9a6d4..ecc1f0e9 100644 --- a/doc/makepkg.conf.5.asciidoc +++ b/doc/makepkg.conf.5.asciidoc @@ -291,9 +291,10 @@ Options **PKGEXT=**"{pkgext}", **SRCEXT=**"{srcext}":: Sets the compression used when making compiled or source packages. - Valid suffixes are `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`, - `.tar.lzo`, `.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or - simply `.tar` to disable compression entirely. + Valid suffixes are `.pkg` or `.src` (for PKGEXT and SRCEXT resepectively) + followed by one of `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`, `.tar.lzo`, + `.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or simply `.tar` to + disable compression entirely. **PACMAN_AUTH=()**:: Specify a command prefix for running pacman as root. If unset, makepkg will