mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-19 22:31:07 +00:00
The same of the previous commit, replace ARCH with ARCHITECTURE (as per pbuilderrc's manpage)
This commit is contained in:
parent
f245b24f30
commit
4e8e44a788
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user