mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
s/=/ / in pbuilder-dist
This commit is contained in:
parent
5a62f49527
commit
54b102a92d
@ -316,7 +316,7 @@ def main():
|
|||||||
app.build_architecture = requested_arch
|
app.build_architecture = requested_arch
|
||||||
elif requested_arch == 'armel' and app.system_architecture in ('i386', 'amd64'):
|
elif requested_arch == 'armel' and app.system_architecture in ('i386', 'amd64'):
|
||||||
app.build_architecture = requested_arch
|
app.build_architecture = requested_arch
|
||||||
args.append('--debootstrap=build-arm-chroot')
|
args.append('--debootstrap build-arm-chroot')
|
||||||
else:
|
else:
|
||||||
print 'Error: Architecture switching is not supported on your system; wrong filename.'
|
print 'Error: Architecture switching is not supported on your system; wrong filename.'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user