From f7321bb96230d48d0eb2920c54d27ef59c571716 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 21 Sep 2009 16:55:59 +0000 Subject: [PATCH] boot-pkgs now automatically works out which libraries are from tarballs --- boot-pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4