Skip to content

Commit ef70acf

Browse files
committed
[fix] : Fixed mkinitcpio command string
1 parent 7d7cfe9 commit ef70acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ make_setup_mkinitcpio() {
714714
exec 17<>"${build_dir}/gpgkey"
715715
fi
716716

717-
_chroot_run "mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/${kernel_filename} -g /boot/archiso.img"
717+
_chroot_run mkinitcpio -c "/etc/mkinitcpio-archiso.conf" -k "/boot/${kernel_filename}" -g "/boot/archiso.img"
718718

719719
[[ "${gpg_key}" ]] && exec 17<&-
720720

0 commit comments

Comments
 (0)