X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwanna-build;h=0908b927db4db90d2f4e4503d0271cf71fb7965b;hb=c6e2588fcbfabeb1a2c301f152430174647a212d;hp=9b39f76a0278d1e5a2422acf65d2e1e9f74a8440;hpb=91b41f7b2e89d804b16d7d3b7ead1f1f11356d18;p=wannabuild.git diff --git a/bin/wanna-build b/bin/wanna-build index 9b39f76..0908b92 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2411,13 +2411,13 @@ sub parse_all_v3 { } } if (isin($pkgs->{'status'}, qw )) { - my $tnotes = {'related' => 'related', 'not-for-us' => 'Packages-arch-specific'}->{$pkgs->{'status'}}; + my $tnotes = {'related' => 'related', 'not-for-us' => 'packages-arch-specific'}->{$pkgs->{'status'}}; if ($pkg->{'notes'} && $pkg->{'notes'} ne $tnotes) { $pkg->{'notes'} = $tnotes; $change++; } } - if ($pkgs->{'notes'} && ($pkg->{'notes'}//"" ne $pkgs->{'notes'})) { + if ($pkgs->{'notes'} && (($pkg->{'notes'}//"") ne $pkgs->{'notes'})) { $pkg->{'notes'} = $pkgs->{'notes'}; $change++; }