index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg.in | 2 |
diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 47086ef8..1125e852 100755 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -858,7 +858,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 |