1
0
Fork 0

Correzione flag offline_help.

This commit is contained in:
Emiliano Vavassori 2022-03-21 01:14:28 +01:00
parent 71edb785d2
commit e44a70442f
1 changed files with 2 additions and 2 deletions

View File

@ -148,11 +148,11 @@ class Build(object):
if self.language == 'standard':
for lang in Build.LANGSTD:
buildtarballs.extend([ x for x in self.tarballs[arch] if ('langpack' + lang) in x ])
if self.offlinehelp:
if self.offline_help:
buildtarballs.extend([ x for x in self.tarballs[arch] if ('helppack' + lang) in x ])
else:
# In any other cases, we build with all languages
if not self.offlinehelp:
if not self.offline_help:
buildtarballs.extend([ x for x in self.tarballs[arch] if 'langpack' in x ])
else:
# We need also all help. Let's replace buildtarball with the