Fix call to ttmkfdir (#967619)

This commit is contained in:
Peter Hutterer 2013-05-30 15:52:02 +10:00
parent cbd5234539
commit 0a5cc9ef9a
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Name: xorg-x11-%{pkgname}
# IMPORTANT: If package ever gets renamed to something else, remove the Epoch line!
Epoch: 1
Version: 7.5
Release: 14%{?dist}
Release: 15%{?dist}
License: MIT
Group: User Interface/X
URL: http://www.x.org
@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/ucs2any.1*
%changelog
* Thu May 30 2013 Peter Hutterer <peter.hutterer@redhat.com> 1:7.5-15
- Fix call to ttmkfdir (#967619)
* Wed May 22 2013 Peter Hutterer <peter.hutterer@redhat.com> 1:7.5-14
- mkfontscale 1.1.0
- mkfontdir 1.0.7

View File

@ -43,7 +43,7 @@ if [ "$skip_fontscale" != "yes" ]; then
mkfontscale $fontdir
fi
if [ "$need_ttmkfdir" = "yes" ]; then
ttmkfdir $fontdir
ttmkfdir -d $fontdir -o "$fontdir/fonts.scale"
fi
mkfontdir $fontdir