mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
Remove rootfile checking for coreutils, esniper and libsigc++
This commit is contained in:
@@ -28,7 +28,7 @@ foreach(@FILES) {
|
||||
# print $_."\n";
|
||||
my $Found = 0;
|
||||
|
||||
if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/ || $_ eq 'FILES' ){
|
||||
if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /coreutils/ || $_=~ /esniper/ || $_=~ /libsigc/ || $_ eq 'FILES' ){
|
||||
next;
|
||||
} elsif ( $_=~ /missing_rootfile/ ){
|
||||
print "Rootfile for $_ missing!\n";
|
||||
|
||||
Reference in New Issue
Block a user