summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build.pm b/Build.pm
index b3ef398..bac8c60 100644
--- a/Build.pm
+++ b/Build.pm
@@ -346,10 +346,8 @@ sub read_config {
} else {
push @{$config->{'constraint'}}, $l;
}
- } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option
- $config->{'rpmbuildstage'} = $l[0];
- } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option
- $config->{'rpmbuildstage'} = $l[0];
+ } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option
+ $config->{'rpmbuildstage'} = $l[0];
} elsif ($l0 eq 'singleexport:') {
$config->{'singleexport'} = $l[0]; # avoid to export multiple package container in maintenance_release projects
} elsif ($l0 !~ /^[#%]/) {