X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=tools%2Fchecknewlog.pl;h=dd78a29652ebbf854651c4fadbfa7c1e838fa57d;hp=5c9bae94c0e84e6b9dc90dfe19a2229e67af8704;hb=0d0df35ca260e5934f66ac79247dd9682f20795f;hpb=babf4ceafb582b9677dee5e93d07e1aa132e24d7 diff --git a/tools/checknewlog.pl b/tools/checknewlog.pl index 5c9bae94c..dd78a2965 100755 --- a/tools/checknewlog.pl +++ b/tools/checknewlog.pl @@ -28,7 +28,7 @@ foreach(@FILES) { # print $_."\n"; my $Found = 0; - if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/){ + if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /coreutils/ || $_=~ /linux-xen/ || $_=~ /libsigc/ || $_ eq 'FILES' ){ next; } elsif ( $_=~ /missing_rootfile/ ){ print "Rootfile for $_ missing!\n";