index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Alex Butler <alexheretic@gmail.com> | 2018-05-31 14:31:18 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-08-10 12:37:19 +1000 |
commit | 0cbb128818726e4d41964ea8df8c42ee37697ef7 (patch) | |
tree | 521991b426d01b654089ec32e9367e6f6b20d50d /scripts | |
parent | fd16da2ed68aa7f89ad37701bcf7674b7bb14b2d (diff) |
-rw-r--r-- | scripts/libmakepkg/util/compress.sh.in | 1 |
diff --git a/scripts/libmakepkg/util/compress.sh.in b/scripts/libmakepkg/util/compress.sh.in index 3a332817..4d8cd46a 100644 --- a/scripts/libmakepkg/util/compress.sh.in +++ b/scripts/libmakepkg/util/compress.sh.in @@ -40,6 +40,7 @@ compress_as() { *tar.lrz) ${COMPRESSLRZ[@]:-lrzip -q} ;; *tar.lzo) ${COMPRESSLZO[@]:-lzop -q} ;; *tar.Z) ${COMPRESSZ[@]:-compress -c -f} ;; + *tar.lz4) ${COMPRESSLZ4[@]:-lz4 -q} ;; *tar) cat ;; *) warning "$(gettext "'%s' is not a valid archive extension.")" \ "$ext"; cat ;; |