index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Kevin Mihelich <kevin@archlinuxarm.org> | 2019-05-20 21:21:27 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-05-28 10:48:42 +1000 |
commit | 99c5809bbf01725829ce67458565b46bce32eaa9 (patch) | |
tree | e4427acb83a8df39d3ea7b8b6efb8b88dc615106 /scripts/libmakepkg | |
parent | 0bc687e2e01f4e6e3f2a2f7ac10c7e1fdbaf5ba2 (diff) |
-rw-r--r-- | scripts/libmakepkg/source/file.sh.in | 2 |
diff --git a/scripts/libmakepkg/source/file.sh.in b/scripts/libmakepkg/source/file.sh.in index 08b8bef8..8492ba11 100644 --- a/scripts/libmakepkg/source/file.sh.in +++ b/scripts/libmakepkg/source/file.sh.in @@ -102,7 +102,7 @@ extract_file() { case "$file_type" in *application/x-tar*|*application/zip*|*application/x-zip*|*application/x-cpio*) cmd="bsdtar" ;; - *application/x-gzip*) + *application/x-gzip*|*application/gzip*) case "$ext" in gz|z|Z) cmd="gzip" ;; *) return;; |