From 47f57635f07b7caa1843f361c70421c56b5194ea Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 2 Sep 2004 05:22:50 +0000 Subject: handle new keywords in hdlists file. --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 7bc129a4..d0a0f499 100644 --- a/urpm.pm +++ b/urpm.pm @@ -723,7 +723,7 @@ sub add_distrib_media { chomp; s/\s*#.*$//; /^\s*$/ and next; - /^suppl/ and next; + /^(?:suppl|askmedia)/ and next; m/^\s*(?:noauto:)?(hdlist\S*\.cz2?)\s+(\S+)\s*(.*)$/ or $urpm->{error}(N("invalid hdlist description \"%s\" in hdlists file"), $_); my ($hdlist, $rpmsdir, $descr) = ($1, $2, $3); -- cgit v1.2.1