[Lunar-commits] r24168 - moonbase/trunk/x11-utils/fontconfig

Dennis Veatch stumbles at lunar-linux.org
Sun Apr 22 15:35:32 CEST 2007


Author: stumbles
Date: 2007-04-22 15:35:32 +0200 (Sun, 22 Apr 2007)
New Revision: 24168

Modified:
   moonbase/trunk/x11-utils/fontconfig/BUILD
Log:

A minor tweak here. It would be more appropriate for the
cache to be in /var/cache/fontconfig rather than 
/usr/var/cache/fontconfig



Modified: moonbase/trunk/x11-utils/fontconfig/BUILD
===================================================================
--- moonbase/trunk/x11-utils/fontconfig/BUILD	2007-04-22 13:13:36 UTC (rev 24167)
+++ moonbase/trunk/x11-utils/fontconfig/BUILD	2007-04-22 13:35:32 UTC (rev 24168)
@@ -1,15 +1,16 @@
-(   
+(
 
-  # There is a documented issue when the user does not have a 
-  # timezone set (/etc/localtime).  It creates invalid XML 
+  # There is a documented issue when the user does not have a
+  # timezone set (/etc/localtime).  It creates invalid XML
   # syntax in a comment located in /etc/fonts/fonts.conf.
-  sedit "s:\`date\`::" configure        &&
+  sedit "s:\`date\`::" configure                    &&
 
-  ./configure --prefix=/usr              \
-              --with-confdir=/etc/fonts  \
-              --disable-docs             \
-              $OPTS                      &&
+  ./configure --prefix=/usr                          \
+              --with-confdir=/etc/fonts              \
+              --disable-docs                         \
+              --with-cache-dir=/var/cache/fontconfig \
+              $OPTS                                 &&
 
-   default_make 
+   default_make
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list