mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 20:01:30 +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 [
|
return [
|
||||||
self.auth,
|
self.auth,
|
||||||
'HOME=' + os.path.expanduser('~'),
|
'HOME=' + os.path.expanduser('~'),
|
||||||
'ARCH=' + self.build_architecture,
|
'ARCHITECTURE=' + self.build_architecture,
|
||||||
'DISTRIBUTION=' + self.target_distro,
|
'DISTRIBUTION=' + self.target_distro,
|
||||||
self.builder,
|
self.builder,
|
||||||
] + arguments
|
] + arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user