]> git.pld-linux.org Git - packages/XFree86-fonts.git/commitdiff
- remove "fixed" from misc/fonts.alias (it is real font now)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Feb 2002 11:19:56 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-fonts.spec -> 1.56

XFree86-fonts.spec

index 7f090f13ad7231ded8b0894e80ec38c8027736b8..f2433a810c1a612725cc929350b23971cd4962fd 100644 (file)
@@ -1896,7 +1896,11 @@ done
 # make "fixed" font
 sed -e 's/^FONT -Misc.*/FONT fixed/' xc/fonts/bdf/misc/6x13-ISO8859-1.bdf | \
        %{_bindir}/bdftopcf -t | gzip -9 > $RPM_BUILD_ROOT%{_fontsdir}/misc/fixed.pcf.gz
-
+# remove "fixed" alias
+grep -v '^fixed[ \t]' $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias \
+       > $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias.new
+mv -f $RPM_BUILD_ROOT%{_fontsdir}/misc/fonts.alias{.new,}
+       
 tail -n +2 ulT1mo-beta-1.0/fonts.scale.ulT1mo | sed -e 's/\.pfb/-ISO-8859-2\.pfb/' \
        > $RPM_BUILD_ROOT%{_t1fontsdir}/fonts.scale.XFree86-fonts-Type1-ISO8859-2
 tail -n +2 xc/fonts/scaled/Type1/fonts.scale | sed -e 's/\.pfa/\.pfb/' \
This page took 0.060787 seconds and 4 git commands to generate.