fix perl-IPC-Cmd check so it doesn't try installing it every time

This commit is contained in:
DubbleClick
2025-08-27 11:40:06 +07:00
parent ecdb94b429
commit 08ab3c17d6
2 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class LinuxToolCheckList
'base-devel' => 'automake',
'gettext-devel' => 'gettextize',
'gettext-dev' => 'gettextize',
'perl-IPC-Cmd' => '/usr/share/doc/perl-IPC-Cmd'
];
/** @noinspection PhpUnused */