fix: check correct dependency package grub-common instead of grub-pc
This commit is contained in:
parent
77db32f0fb
commit
a54872f2c2
|
@ -47,7 +47,7 @@ Check_architectures amd64 i386
|
|||
Check_crossarchitectures
|
||||
|
||||
# Checking depends
|
||||
Check_package chroot /usr/bin/grub-mkimage grub-pc
|
||||
Check_package chroot /usr/bin/grub-mkimage grub-common
|
||||
|
||||
# Restoring cache
|
||||
Restore_package_cache binary
|
||||
|
|
Loading…
Reference in New Issue