X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=tools%2Fchecknewlog.pl;h=0df390b5cb298c00a9d25026390755e142afb087;hb=94f89b821e0307f69bd99b19ca895219d779fabc;hp=abf4613fb39811c30107c8c6f475581fbe0e3c2a;hpb=48e6650fb397eca4e91ac78275b7c4536afa38b9;p=ipfire-2.x.git diff --git a/tools/checknewlog.pl b/tools/checknewlog.pl index abf4613fb3..0df390b5cb 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-/|| $_=~ /coreutils/ || $_=~ /cmake/ || $_=~ /libsigc/ || $_ eq 'FILES' ){ + if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /u-boot-.*-1/|| $_=~ /coreutils/ || $_=~ /cmake/ || $_=~ /libsigc/ || $_ eq 'FILES' ){ next; } elsif ( $_=~ /missing_rootfile/ ){ print "Rootfile for $_ missing!\n";