forgot to revert this line :/
authorAdrian Schröter <adrian@suse.de>
Thu, 17 Apr 2008 16:37:07 +0000 (16:37 +0000)
committerAdrian Schröter <adrian@suse.de>
Thu, 17 Apr 2008 16:37:07 +0000 (16:37 +0000)
Build.pm

index 105997d..372ce8f 100644 (file)
--- a/Build.pm
+++ b/Build.pm
@@ -166,7 +166,6 @@ sub read_config {
       next;
     }
     if ($l0 eq 'preinstall:' || $l0 eq 'vminstall:' || $l0 eq 'required:' || $l0 eq 'support:' || $l0 eq 'keep:' || $l0 eq 'prefer:' || $l0 eq 'ignore:' || $l0 eq 'conflict:' || $l0 eq 'runscripts:') {
-      next if ( $l0 eq 'ignore:' );
       my $t = substr($l0, 0, -1);
       for my $l (@l) {
        if ($l eq '!*') {