diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-21 20:39:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-21 20:39:04 +0000 |
commit | 828617da8b44fdd9653e7fe181205061174a4f50 (patch) | |
tree | 88ce29afb0d0f7f28954fbc6e510440436e8eb42 /boot-pkgs | |
parent | abb9fe1bd8b553e63d55d14ce55fcd0539b7a965 (diff) | |
download | haskell-828617da8b44fdd9653e7fe181205061174a4f50.tar.gz |
teach boot-pkgs about -snapshot tarballs
Diffstat (limited to 'boot-pkgs')
-rw-r--r-- | boot-pkgs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |