[initcpio] Spell mkinitcpio properly
This commit is contained in:
parent
c2ae5fad96
commit
475c0d21a1
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user