From 1a42b23187941fa4b283e6f56a063455427c1e8e Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 18 Apr 2007 05:50:00 +0000 Subject: * Alexander Baldeck Bugfix for FS#6944 --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b