Author: alexander
Date: 2005-05-17 22:14:17 -0600 (Tue, 17 May 2005)
New Revision: 193

Modified:
   trunk/packages/fontconfig/Makefile
Log:
Use DejaVu fonts for standard "monospace", "sans" and "serif" aliases
instead of Bitstream Vera.

Probably this can be done better in local.conf.


Modified: trunk/packages/fontconfig/Makefile
===================================================================
--- trunk/packages/fontconfig/Makefile  2005-05-17 15:57:31 UTC (rev 192)
+++ trunk/packages/fontconfig/Makefile  2005-05-18 04:14:17 UTC (rev 193)
@@ -22,7 +22,8 @@
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -d /etc/fonts ] ; then tar xzvf $(FILE) && cd $(DIR) && \
         ./configure --prefix=/usr --sysconfdir=/etc --disable-docs && \
-        make -j3 && make install ; fi
+        make -j3 && make install && \
+        sed -i -e 's/Bitstream Vera/DejaVu/' /etc/fonts/fonts.conf ; fi
        @make clean
 
 clean:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to