mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
Fix a rpm macro evaluation mishap
We need to pad our module list with spaces at all times, or else we get 'xfshttp' as a module on EFI and the build fails. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
448fa56b6a
commit
fff16d8da3
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ GRUB_MODULES=" all_video boot blscfg btrfs \\\
|
|||
search search_fs_uuid search_fs_file \\\
|
||||
search_label serial sleep syslinuxcfg test tftp \\\
|
||||
video xfs" \
|
||||
GRUB_MODULES+=%{efi_modules} \
|
||||
GRUB_MODULES+=" %{efi_modules}" \
|
||||
%{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \
|
||||
%{nil}
|
||||
|
||||
|
|
Loading…
Reference in a new issue