mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix spc doctor command, gettext is installed by default, but doesn't provide all required autopoint stuff - check for gettextize instead, which is only installed with the gettext-devel package
This commit is contained in:
parent
c972a94876
commit
3662e079ac
@ -47,7 +47,7 @@ class LinuxToolCheckList
|
||||
private const PROVIDED_COMMAND = [
|
||||
'binutils-gold' => 'ld.gold',
|
||||
'base-devel' => 'automake',
|
||||
'gettext-devel' => 'gettext',
|
||||
'gettext-devel' => 'gettextize',
|
||||
];
|
||||
|
||||
/** @noinspection PhpUnused */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user