Commit da82328b authored by Mike Gabriel's avatar Mike Gabriel Committed by Mihai Moldovan

nx-X11/config/cf/X11.tmpl: Fix DefaultRGBDatabase path to $(USRDATADIR)/rgb (not $(LIBDIR)/rgb).

parent ce153d40
......@@ -313,7 +313,7 @@ XORGRELSTRING = XorgManVersionString
# define DefaultFSFontPath DefaultFontPath
#endif
#ifndef DefaultRGBDatabase
#define DefaultRGBDatabase $(LIBDIR)/rgb
#define DefaultRGBDatabase $(USRDATADIR)/rgb
#endif
#ifndef UseRgbTxt
#define UseRgbTxt NO /* default is to compile with dbm */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment