summaryrefslogtreecommitdiff
path: root/boot-pkgs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-21 20:39:04 +0000
committerIan Lynagh <igloo@earth.li>2009-09-21 20:39:04 +0000
commit828617da8b44fdd9653e7fe181205061174a4f50 (patch)
tree88ce29afb0d0f7f28954fbc6e510440436e8eb42 /boot-pkgs
parentabb9fe1bd8b553e63d55d14ce55fcd0539b7a965 (diff)
downloadhaskell-828617da8b44fdd9653e7fe181205061174a4f50.tar.gz
teach boot-pkgs about -snapshot 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 e8bcab9b9b..353112b3c4 100644
--- a/boot-pkgs
+++ b/boot-pkgs
@@ -3,7 +3,7 @@ set -e
libraries=
-tarred=`ls -1 libraries/tarballs | sed "s/-[0-9.]*.tar.gz//"`
+tarred=`ls -1 libraries/tarballs | sed "s/-[0-9.]*\(-snapshot\)\?.tar.gz//"`
for p in $tarred
do