teach boot-pkgs about -snapshot tarballs
authorIan Lynagh <igloo@earth.li>
Mon, 21 Sep 2009 20:39:04 +0000 (20:39 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 21 Sep 2009 20:39:04 +0000 (20:39 +0000)
boot-pkgs

index e8bcab9..353112b 100644 (file)
--- 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