index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg | 2 |
diff --git a/scripts/makepkg b/scripts/makepkg index 618dbdf3..ebd6b543 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -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 |