[initcpio] Spell mkinitcpio properly

This commit is contained in:
dalto 2022-01-01 10:48:48 -06:00
parent c2ae5fad96
commit 475c0d21a1

View File

@ -72,7 +72,7 @@ InitcpioJob::exec()
}
// If the kernel option isn't set to a specific kernel, run mkinitcpio on all kernels
QStringList command = { "mkinitpio" };
QStringList command = { "mkinitcpio" };
if ( m_kernel.isEmpty() || m_kernel == "all" )
{
command.append( "-P" );