summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-12-13 06:44:21 +0100
committerDan McGee <dan@archlinux.org>2010-12-15 07:36:16 +0100
commit6605637b5317ad82f2177cc27c5a29450a8a1ef7 (patch)
tree983d1d36b3dead624c0566f401f320f6415a1575 /doc
parentc7d332a26ad59772de5f37e855858cab97e26bb4 (diff)
downloadpacman-6605637b5317ad82f2177cc27c5a29450a8a1ef7.tar.gz
pacman-6605637b5317ad82f2177cc27c5a29450a8a1ef7.tar.xz
Document PKGEXT and SRCEXT
Add some basic documentation for the PKGEXT and SRCEXT options in makepkg.conf. Fixes FS#21302. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.conf.5.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 4700d9c1..86ea6a3a 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -185,10 +185,11 @@ Options
This value is used when querying a package to see who was the builder.
It is recommended you change this to your name and email address.
-*PKGEXT*, *SRCEXT*::
+**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` and `.tar.xz`.
Do not touch these unless you know what you are doing.
-
See Also
--------
linkman:makepkg[8], linkman:pacman[8], linkman:PKGBUILD[5]