summaryrefslogtreecommitdiff
path: root/boot-pkgs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-21 16:55:59 +0000
committerIan Lynagh <igloo@earth.li>2009-09-21 16:55:59 +0000
commitf7321bb96230d48d0eb2920c54d27ef59c571716 (patch)
tree1d5d38a62d925d50f7c7aedf3396d86b71ef14cf /boot-pkgs
parentbaffc798d1542d43f90cf8467d0c2cbbb1bdb963 (diff)
downloadhaskell-f7321bb96230d48d0eb2920c54d27ef59c571716.tar.gz
boot-pkgs now automatically works out which libraries are from tarballs
Diffstat (limited to 'boot-pkgs')
-rw-r--r--boot-pkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-pkgs b/boot-pkgs
index 5bc6f6be61..e8bcab9b9b 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