- Fix need_ttmkfdir test in xorg-x11-fonts-update-dirs script (#655925)

This commit is contained in:
Peter Hutterer 2010-11-24 14:02:13 +10:00
parent 6b02c90ab1
commit 44c9143d57
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: 3%{?dist}
Release: 4%{?dist}
License: MIT
Group: User Interface/X
URL: http://www.x.org
@ -129,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Nov 24 2010 Peter Hutterer <peter.hutterer@redhat.com> 1:7.5-4
- Fix need_ttmkfdir test in xorg-x11-fonts-update-dirs script (#655925)
* Fri Nov 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 1:7.5-3
- Add xorg-x11-fonts-update-dirs, a script to automake mkfontscale and
friends as well as generate encodings directories during %post (used by

View File

@ -42,7 +42,7 @@ done
if [ "$skip_fontscale" != "yes" ]; then
mkfontscale $fontdir
fi
if [ "$need_ttmkfdir" != "yes" ]; then
if [ "$need_ttmkfdir" = "yes" ]; then
ttmkfdir $fontdir
fi