makepkg.conf: clarify PKGEXT and SRCEXT
Mention valid suffixes should start with .pkg or .src Fixes FS#64749. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
f4f66fcca7
commit
a194197369
1 changed files with 4 additions and 3 deletions
|
@ -291,9 +291,10 @@ Options
|
||||||
|
|
||||||
**PKGEXT=**"{pkgext}", **SRCEXT=**"{srcext}"::
|
**PKGEXT=**"{pkgext}", **SRCEXT=**"{srcext}"::
|
||||||
Sets the compression used when making compiled or source packages.
|
Sets the compression used when making compiled or source packages.
|
||||||
Valid suffixes are `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`,
|
Valid suffixes are `.pkg` or `.src` (for PKGEXT and SRCEXT resepectively)
|
||||||
`.tar.lzo`, `.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or
|
followed by one of `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`, `.tar.lzo`,
|
||||||
simply `.tar` to disable compression entirely.
|
`.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or simply `.tar` to
|
||||||
|
disable compression entirely.
|
||||||
|
|
||||||
**PACMAN_AUTH=()**::
|
**PACMAN_AUTH=()**::
|
||||||
Specify a command prefix for running pacman as root. If unset, makepkg will
|
Specify a command prefix for running pacman as root. If unset, makepkg will
|
||||||
|
|
Loading…
Add table
Reference in a new issue