Use DISTRIBUTION instead of DIST to override the default distribution of {p,cow}builder-dist.

Closes: #659060
This commit is contained in:
Alessio Treglia 2012-02-07 22:14:13 +01:00
parent a9386ef070
commit f245b24f30

View File

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