boot-pkgs now automatically works out which libraries are from tarballs
[ghc-hetmet.git] / 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