replace deprecated parameter

This commit is contained in:
Tobias Powalowski 2012-04-23 14:24:14 +02:00
parent f787ca2be2
commit 85c7982034

View file

@ -4519,7 +4519,7 @@ dogrub2_uefi_common() {
chroot "${DESTDIR}" "/usr/sbin/grub-install" \
--directory="/usr/lib/grub/${UEFI_ARCH}-efi" \
--target="${UEFI_ARCH}-efi" \
--root-directory="/boot/efi" \
--efi-directory="/boot/efi" \
--bootloader-id="arch_grub" \
--boot-directory="/boot" \
--recheck \