Commit c2aadcd9 authored by Barry Warsaw's avatar Barry Warsaw

Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers

parent eea97ea0
......@@ -70,6 +70,8 @@ PROGRAM = sys.argv[0]
RGB_TXT = [
# Solaris OpenWindows
'/usr/openwin/lib/rgb.txt',
# Linux
'/usr/lib/X11/rgb.txt',
# The X11R6.4 rgb.txt file
os.path.join(sys.path[0], 'X/rgb.txt'),
# add more here
......
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