mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
Use --with-grubdir= on configure to make it behave like -17 did.
This commit is contained in:
parent
4c5287fa6b
commit
1baa278bc3
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.99
|
Version: 1.99
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
@ -120,6 +120,7 @@ cd grub-efi-%{tarversion}
|
||||||
-e 's/-fasynchronous-unwind-tables//g' )" \
|
-e 's/-fasynchronous-unwind-tables//g' )" \
|
||||||
TARGET_LDFLAGS=-static \
|
TARGET_LDFLAGS=-static \
|
||||||
--with-platform=efi \
|
--with-platform=efi \
|
||||||
|
--with-grubdir=grub2 \
|
||||||
--program-transform-name=s,grub,%{name}-efi, \
|
--program-transform-name=s,grub,%{name}-efi, \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--sbindir=/sbin
|
--sbindir=/sbin
|
||||||
|
@ -155,6 +156,7 @@ cd grub-%{tarversion}
|
||||||
-e 's/-fasynchronous-unwind-tables//g' )" \
|
-e 's/-fasynchronous-unwind-tables//g' )" \
|
||||||
TARGET_LDFLAGS=-static \
|
TARGET_LDFLAGS=-static \
|
||||||
--with-platform=%{platform} \
|
--with-platform=%{platform} \
|
||||||
|
--with-grubdir=grub2 \
|
||||||
--program-transform-name=s,grub,%{name}, \
|
--program-transform-name=s,grub,%{name}, \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--sbindir=/sbin
|
--sbindir=/sbin
|
||||||
|
@ -381,6 +383,9 @@ fi
|
||||||
%attr(0755,root,root)/%{_datarootdir}/grub/
|
%attr(0755,root,root)/%{_datarootdir}/grub/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2012 Peter Jones <pjones@redhat.com> - 1.99-19
|
||||||
|
- Use --with-grubdir= on configure to make it behave like -17 did.
|
||||||
|
|
||||||
* Wed Mar 14 2012 Peter Jones <pjones@redhat.com> - 1.99-18
|
* Wed Mar 14 2012 Peter Jones <pjones@redhat.com> - 1.99-18
|
||||||
- Rebase from 1.99 to 2.00~beta2
|
- Rebase from 1.99 to 2.00~beta2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue