mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +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 = [
|
private const PROVIDED_COMMAND = [
|
||||||
'binutils-gold' => 'ld.gold',
|
'binutils-gold' => 'ld.gold',
|
||||||
'base-devel' => 'automake',
|
'base-devel' => 'automake',
|
||||||
'gettext-devel' => 'gettext',
|
'gettext-devel' => 'gettextize',
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @noinspection PhpUnused */
|
/** @noinspection PhpUnused */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user