diff -r 73890f073898 -r 09f57a9bad07 uh_parser/RaptorUnreciped.pm --- a/uh_parser/RaptorUnreciped.pm Fri Jul 30 17:06:23 2010 +0100 +++ b/uh_parser/RaptorUnreciped.pm Tue Aug 31 16:14:25 2010 +0100 @@ -169,7 +169,7 @@ my $package = ''; my $guessed_bldinf = ''; # if bldinf attribute is not available then heuristically attempt to determine the package - if ($line =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation)[/\\][a-zA-Z]+[/\\]?),s) + if ($line =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation|adapt)[/\\][a-zA-Z]+[/\\]?),s) { $guessed_bldinf = "$1... (guessed)"; }