Add upstream repo to the packages file
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index 6683ad5..54209af 100644 (file)
--- a/boot
+++ b/boot
@@ -21,7 +21,7 @@ while (<PACKAGES>) {
     if (/^#/) {
         # Comment; do nothing
     }
-    elsif (/^([a-zA-Z0-9\/.-]+) *([^ ]+) *[^ ]+ *[^ ]+$/) {
+    elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+$/) {
         $dir = $1;
         $tag = $2;