Work around missing en.mo.gz issue.

This commit is contained in:
William Jon McCann 2013-06-10 15:41:42 -04:00 committed by Peter Jones
parent 31004e676e
commit 6c7b1edb29
1 changed files with 2 additions and 0 deletions

View File

@ -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' |