mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Don't delete stuff from theme in .spec, just remove it from the theme.
This commit is contained in:
parent
44de025034
commit
c86672d101
2 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,6 @@ cd ..
|
||||||
# Fedora theme in /boot/grub2/themes/system/
|
# Fedora theme in /boot/grub2/themes/system/
|
||||||
cd $RPM_BUILD_ROOT
|
cd $RPM_BUILD_ROOT
|
||||||
tar xjf %{SOURCE5}
|
tar xjf %{SOURCE5}
|
||||||
rm boot/grub2/themes/system/dejavu.pf2
|
|
||||||
$RPM_BUILD_ROOT%{_bindir}/%{name}-mkfont -o boot/grub2/themes/system/DejaVuSans-10.pf2 -s 10 /usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 10"
|
$RPM_BUILD_ROOT%{_bindir}/%{name}-mkfont -o boot/grub2/themes/system/DejaVuSans-10.pf2 -s 10 /usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 10"
|
||||||
$RPM_BUILD_ROOT%{_bindir}/%{name}-mkfont -o boot/grub2/themes/system/DejaVuSans-12.pf2 -s 12 /usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 12"
|
$RPM_BUILD_ROOT%{_bindir}/%{name}-mkfont -o boot/grub2/themes/system/DejaVuSans-12.pf2 -s 12 /usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 12"
|
||||||
$RPM_BUILD_ROOT%{_bindir}/%{name}-mkfont -o boot/grub2/themes/system/DejaVuSans-Bold-14.pf2 -s 14 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf # "DejaVu Sans Bold 14"
|
$RPM_BUILD_ROOT%{_bindir}/%{name}-mkfont -o boot/grub2/themes/system/DejaVuSans-Bold-14.pf2 -s 14 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf # "DejaVu Sans Bold 14"
|
||||||
|
|
1
sources
1
sources
|
@ -1,3 +1,4 @@
|
||||||
8c28087c5fcb3188f1244b390efffdbe unifont-5.1.20080820.pcf.gz
|
8c28087c5fcb3188f1244b390efffdbe unifont-5.1.20080820.pcf.gz
|
||||||
df14bd3ee8942d1cc6942859eb6bcb14 theme.tar.bz2
|
df14bd3ee8942d1cc6942859eb6bcb14 theme.tar.bz2
|
||||||
be6c65c7d43991129b410942489c35ec grub-2.00~beta5.tar.xz
|
be6c65c7d43991129b410942489c35ec grub-2.00~beta5.tar.xz
|
||||||
|
b3a7270fa115b7567ac8df878ef0ab19 theme.tar.bz2
|
||||||
|
|
Loading…
Reference in a new issue