The same of the previous commit, replace ARCH with ARCHITECTURE (as per pbuilderrc's manpage)

This commit is contained in:
Alessio Treglia 2012-02-07 22:27:09 +01:00
parent f245b24f30
commit 4e8e44a788

View File

@ -343,7 +343,7 @@ class PbuilderDist:
return [
self.auth,
'HOME=' + os.path.expanduser('~'),
'ARCH=' + self.build_architecture,
'ARCHITECTURE=' + self.build_architecture,
'DISTRIBUTION=' + self.target_distro,
self.builder,
] + arguments