1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Alexander Baldeck <alexander@archlinux.org>

Bugfix for FS#6944
This commit is contained in:
Aaron Griffin 2007-04-18 05:50:00 +00:00
parent eb448f222a
commit 1a42b23187

View File

@ -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