[grub2/f19] Work around missing en.mo.gz issue.

Peter Jones pjones at fedoraproject.org
Thu Jun 13 14:07:16 UTC 2013


commit 6c7b1edb2997eecf0037cac998c31d17cfd6c0fc
Author: William Jon McCann <william.jon.mccann at gmail.com>
Date:   Mon Jun 10 15:41:42 2013 -0400

    Work around missing en.mo.gz issue.

 grub2.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 0f5a62c..5a41460 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -738,6 +738,8 @@ install -d $RPM_BUILD_ROOT/boot/%{name}
 touch $RPM_BUILD_ROOT/boot/%{name}/grub.cfg
 ln -s ../boot/%{name}/grub.cfg $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.cfg
 
+cp -a $RPM_BUILD_ROOT%{_datarootdir}/locale/en\@quot $RPM_BUILD_ROOT%{_datarootdir}/locale/en
+
 # Install ELF files modules and images were created from into
 # the shadow root, where debuginfo generator will grab them from
 find $RPM_BUILD_ROOT -name '*.mod' -o -name '*.img' |


More information about the scm-commits mailing list