Avoid a non-portable use of tar reported by Roman Leshchinskiy
authorIan Lynagh <igloo@earth.li>
Tue, 30 Mar 2010 14:58:02 +0000 (14:58 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 30 Mar 2010 14:58:02 +0000 (14:58 +0000)
boot-pkgs

index 31ad53c..e455426 100644 (file)
--- 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"