index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2007-08-23 20:00:41 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-08-23 14:14:19 -0400 |
commit | 656c895ca4a169ec933419ab9cea1897f08799e8 (patch) | |
tree | 8a5bfdd42caf6d1d6a55bd96e71b47c8a13f6e0c | |
parent | 10c3f335d00a38429ce51d2ebcc636083a71d050 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index eb42ceff..e9578b22 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -611,7 +611,7 @@ extract_sources() { fi # fix flyspray #6246 - local file_type=$(file -biz "$file") + local file_type=$(file -bizL "$file") local cmd='' case "$file_type" in *application/x-tar*|*application/x-zip*|*application/x-cpio*) |