grub-module-verifier: Ignore all_video emptiness on xen.
It's intentional that it's empty when no video modules are available.
This commit is contained in:
parent
d15f17b2a0
commit
6371e9c104
4 changed files with 61 additions and 12 deletions
|
@ -94,6 +94,6 @@ else
|
|||
rm -f $tmpfile.bin
|
||||
fi
|
||||
if test x@platform@ != xemu; then
|
||||
./build-grub-module-verifier@BUILD_EXEEXT@ $tmpfile @target_cpu@
|
||||
./build-grub-module-verifier@BUILD_EXEEXT@ $tmpfile @target_cpu@ @platform@
|
||||
fi
|
||||
mv $tmpfile $outfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue