mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-11 17:01:31 +00:00
pbuilder-dist: fix typo kernal/kernel
This commit is contained in:
parent
b9c9a21696
commit
214da052b2
@ -457,7 +457,7 @@ def main():
|
|||||||
elif (os.path.isdir('/usr/lib/arch-test')
|
elif (os.path.isdir('/usr/lib/arch-test')
|
||||||
and args[0] in os.listdir('/usr/lib/arch-test/')):
|
and args[0] in os.listdir('/usr/lib/arch-test/')):
|
||||||
Logger.error('Architecture "%s" is not supported on your '
|
Logger.error('Architecture "%s" is not supported on your '
|
||||||
'currently running kernal. Consider installing '
|
'currently running kernel. Consider installing '
|
||||||
'the qemu-user-static package to enable the use of '
|
'the qemu-user-static package to enable the use of '
|
||||||
'foreign architectures.', args[0])
|
'foreign architectures.', args[0])
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user