mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
* Alexander Baldeck <alexander@archlinux.org>
Bugfix for FS#6944
This commit is contained in:
parent
eb448f222a
commit
1a42b23187
@ -822,7 +822,7 @@ else
|
||||
*application/x-cpio*)
|
||||
cmd="bsdtar -x -f $file" ;;
|
||||
*application/x-gzip*)
|
||||
cmd="gunzip -f $file" ;;
|
||||
cmd="gunzip -d -f $file" ;;
|
||||
*application/x-bzip*)
|
||||
cmd="bunzip2 -f $file" ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user