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:
DubbleClick 2025-05-25 17:26:48 +07:00
parent c972a94876
commit 3662e079ac

View File

@ -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 */