summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-02-13 03:18:31 +0100
committerAllan McRae <allan@archlinux.org>2013-02-16 02:06:43 +0100
commit0a5b79e1339ce07c06b86f2d8cdc474f3532919d (patch)
treefa523c65ff5b6f9d4830127a0d23b71455012cfe /doc
parent540cae816a153d9b79b888c65dcbeff952a36d23 (diff)
downloadpacman-0a5b79e1339ce07c06b86f2d8cdc474f3532919d.tar.gz
pacman-0a5b79e1339ce07c06b86f2d8cdc474f3532919d.tar.xz
makepkg: add support for .pkg.tar.lzo
Supported by libarchive as of version 3.1.0 when compiled against lzo2 or in the presence of the lzop binary. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.conf.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index f00ad58c..71cfc5d8 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -243,6 +243,7 @@ Options
**COMPRESSGZ=**"(gzip -c -f -n)"::
**COMPRESSBZ2=**"(bzip2 -c -f)"::
**COMPRESSXZ=**"(xz -c -z -)"::
+**COMPRESSLZO**"(lzop -q)"::
**COMPRESSLRZ=**"(lrzip -q)"::
**COMPRESSZ=**"(compress -c -f)"::
Sets the command and options used when compressing compiled or source
@@ -251,7 +252,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`,
- `.tar.lrz` and `.tar.Z`.
+ `.tar.lzo`, `.tar.lrz` and `.tar.Z`.
Do not touch these unless you know what you are doing.
See Also