From: Ian Lynagh Date: Mon, 21 Sep 2009 16:55:59 +0000 (+0000) Subject: boot-pkgs now automatically works out which libraries are from tarballs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f7321bb96230d48d0eb2920c54d27ef59c571716 boot-pkgs now automatically works out which libraries are from tarballs --- diff --git a/boot-pkgs b/boot-pkgs index 5bc6f6b..e8bcab9 100644 --- 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