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

This commit is contained in:
Barry Warsaw 1999-04-23 16:24:00 +00:00
parent eea97ea063
commit c2aadcd96a
1 changed files with 2 additions and 0 deletions

View File

@ -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