mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-23 00:00:44 +08:00
add glibc locale-gen output
This commit is contained in:
parent
5ec23ef43f
commit
c0e1cf3e52
1 changed files with 5 additions and 0 deletions
|
@ -41,4 +41,9 @@ KNOWN_PACKAGE_OUTPUT = {
|
||||||
'brltty': [
|
'brltty': [
|
||||||
r'Please add your user to the brlapi group\.',
|
r'Please add your user to the brlapi group\.',
|
||||||
],
|
],
|
||||||
|
'glibc': [
|
||||||
|
r'Generating locales\.\.\.',
|
||||||
|
r'Generation complete\.',
|
||||||
|
r' .*_.*\.\.\. done',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue