From 4ac17e1a625698df98fdc807118c0bb81aefdeb1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 15 Aug 2010 15:47:41 +0000 Subject: Add upstream repo to the packages file --- boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot b/boot index 6683ad5698..54209af7d6 100644 --- a/boot +++ b/boot @@ -21,7 +21,7 @@ while () { if (/^#/) { # Comment; do nothing } - elsif (/^([a-zA-Z0-9\/.-]+) *([^ ]+) *[^ ]+ *[^ ]+$/) { + elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+$/) { $dir = $1; $tag = $2; -- cgit v1.2.1