aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/files/Mageia.pm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/files/Mageia.pm')
-rw-r--r--modules/buildsystem/files/Mageia.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/files/Mageia.pm b/modules/buildsystem/files/Mageia.pm
index 1bedd612..509efa7c 100644
--- a/modules/buildsystem/files/Mageia.pm
+++ b/modules/buildsystem/files/Mageia.pm
@@ -320,7 +320,7 @@ sub _get_section {
print "Section undefined, repository says it is '$section' for '$file'\n" if $self->{_verbose};
}
# FIXME: use debug_for info
- if ($section && $section !~ m|debug/| && $arch ne 'src' && $package->is_debug()) {
+ if ($section && $section !~ m|debug/| && $package->is_debug()) {
$section = "debug/$section"
}