makepkg.5: fix typo s/tar,bz2/tar.bz2/
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
a521cea96f
commit
5490cd6eb2
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ Options
|
|||
|
||||
**PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz"::
|
||||
Sets the compression used when making compiled or source packages. The
|
||||
current valid suffixes are `.tar`, `.tar.gz`, `.tar,bz2`, `.tar.xz`, and
|
||||
current valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, and
|
||||
`.tar.Z`.
|
||||
Do not touch these unless you know what you are doing.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue