X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot-pkgs;h=e4554269baa04278967c2e796cb5e784323e423e;hb=07846c5a4f285839929009a7c74d30c0c44a0c45;hp=31ad53c5166e989669bff62ab02ad31a7bd1a86c;hpb=91cb5af24ad12cd5574b4cca84ec9fb97668dceb;p=ghc-hetmet.git diff --git a/boot-pkgs b/boot-pkgs index 31ad53c..e455426 100644 --- a/boot-pkgs +++ b/boot-pkgs @@ -22,7 +22,7 @@ do mkdir "libraries/$p" ( cd "libraries/$p" - tar -zxf ../../$tarball + cat ../../$tarball | gzip -d | tar xf - mv */* . ) touch "$stamp"