summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@exherbo.org>2009-11-25 20:31:47 +0100
committerKeith Packard <keithp@keithp.com>2009-11-25 13:34:23 -0800
commitc0367028ac02b3ccfbc245863dc6b7295a4014d6 (patch)
tree3739f2b1b287acc3af70390028f1baa78ea6f6ed
parent0e6cee853d8e5bef3274e632ef034d37f14674a9 (diff)
Update COMPILEDDEFAULTFONTPATH to match the new default font path
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--include/site.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/site.h b/include/site.h
index c07cbbfe6..b13421231 100644
--- a/include/site.h
+++ b/include/site.h
@@ -73,7 +73,7 @@ SOFTWARE.
* DO NOT CHANGE THESE VALUES OR THE DIX IMAKEFILE!
*/
#ifndef COMPILEDDEFAULTFONTPATH
-#define COMPILEDDEFAULTFONTPATH "/usr/lib/X11/fonts/misc/"
+#define COMPILEDDEFAULTFONTPATH "/usr/share/fonts/X11/misc/"
#endif
/*