From 3232bd5180dae0d87cd6bc374b4b730db6c7c951 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 17 Feb 2009 03:44:43 +0000 Subject: [PATCH] [scrips] feeds: extend 'search' to lookup in source package names too git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14537 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/feeds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/feeds b/scripts/feeds index dd0a6c2fcd..4b53fd1174 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -173,7 +173,7 @@ sub search_feed { foreach my $substr (@substr) { my $match; - foreach my $key (qw(name title description)) { + foreach my $key (qw(name title description src)) { $pkg->{$key} and $substr and $pkg->{$key} =~ m/$substr/i and $match = 1; } $match or undef $pkgmatch; -- 2.11.0