Changeset 352


Ignore:
Timestamp:
01/26/11 13:16:49 (13 years ago)
Author:
nanardon
Message:
  • more indexed files
Location:
server/trunk/web/lib/Sophie
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Scan.pm

    r348 r352  
    7070sub call_plugins_parser { 
    7171    my ($self, $rpm, $pkgid, $new) = @_; 
    72     foreach my $plugins (qw'sources desktopfile') { 
     72    foreach my $plugins (qw'sources desktopfile config docs') { 
    7373        $self->call_plugin_parser($plugins, $rpm, $pkgid, $new); 
    7474    } 
  • server/trunk/web/lib/Sophie/Scan/RpmParser/Desktopfile.pm

    r345 r352  
    3737            my $fname = $file->name; 
    3838            $fname =~ s/^\.//; 
     39            $fname =~ /^\// or $fname = '/' . $fname; 
    3940            $filelist{$fname} or return 1; 
    4041 
Note: See TracChangeset for help on using the changeset viewer.