index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-07-15 14:14:46 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-08-21 11:12:30 +1000 |
commit | 247b9af02bd0d40109cc0ca40116a960c9f530e7 (patch) | |
tree | c06120d32730e9ca27eebc89cfb729aa5d90cf88 /scripts/makepkg.sh.in | |
parent | c02b16c4cc00f7b33aad79207c15fb651903e9ba (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index a2d0d7d6..580f16ce 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -389,7 +389,7 @@ download_file() { extract_file() { local file=$1 - # fix flyspray #6246 + # do not rely on extension for file type local file_type=$(file -bizL "$file") local ext=${file##*.} local cmd='' |