diff --git a/loaih/__init__.py b/loaih/__init__.py index 4052994..8eccb8f 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -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