aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/templates/media.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/media.cfg b/modules/buildsystem/templates/media.cfg
index bdd5d813..85c3851e 100644
--- a/modules/buildsystem/templates/media.cfg
+++ b/modules/buildsystem/templates/media.cfg
@@ -88,7 +88,7 @@ distro['medias'].keys.sort.each{|medianame|
%>
<%-# we add 32bit media if arch is x86_64 -%>
<%-
- if @arch == 'x86_64'
+ if @arch == 'x86_64' and distro['arch'].include?('i586')
medianame32 = [ medianame, '32' ].join('')
-%><%=
media_out [ '../../i586/media', medianame, reponame ].join('/'),