boot-pkgs now automatically works out which libraries are from tarballs
authorIan Lynagh <igloo@earth.li>
Mon, 21 Sep 2009 16:55:59 +0000 (16:55 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 21 Sep 2009 16:55:59 +0000 (16:55 +0000)
boot-pkgs

index 5bc6f6b..e8bcab9 100644 (file)
--- a/boot-pkgs
+++ b/boot-pkgs
@@ -3,7 +3,7 @@ set -e
 
 libraries=
 
-tarred="time"
+tarred=`ls -1 libraries/tarballs | sed "s/-[0-9.]*.tar.gz//"`
 
 for p in $tarred
 do