mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
Pass --debootstrap qemu-debootstrap as separate arguments
This commit is contained in:
parent
67734216ab
commit
cbbd22fa5b
@ -363,7 +363,7 @@ def main():
|
||||
('armel', 'arm'), ('i386', 'lpia'), ('lpia', 'i386'),
|
||||
('powerpc', 'ppc64'), ('ppc64', 'powerpc'),
|
||||
('sparc', 'sparc64'), ('sparc64', 'sparc')]):
|
||||
args.append('--debootstrap qemu-debootstrap')
|
||||
args += ['--debootstrap', 'qemu-debootstrap']
|
||||
|
||||
if 'mainonly' in argv or '--main-only' in argv:
|
||||
app.extra_components = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user