mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Add compression defaults for lrzip and lzo
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
d5a06e964c
commit
f3f257405b
@ -121,9 +121,10 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
|
||||
COMPRESSGZ=(gzip -c -f -n)
|
||||
COMPRESSBZ2=(bzip2 -c -f)
|
||||
COMPRESSXZ=(xz -c -z -)
|
||||
COMPRESSLRZ=(lrzip -q)
|
||||
COMPRESSLZO=(lzop -q)
|
||||
COMPRESSZ=(compress -c -f)
|
||||
|
||||
|
||||
#########################################################################
|
||||
# EXTENSION DEFAULTS
|
||||
#########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user