blob: 26b44f5452903362a817957c81a48369f4b8136c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- giftrans.c.orig Fri Feb 17 03:13:25 1995
+++ giftrans.c Mon Oct 28 05:59:24 1996
@@ -150,7 +150,7 @@
#ifndef RGBTXT
#ifdef X11
-#define RGBTXT "/usr/lib/X11/rgb.txt"
+#define RGBTXT "%%LOCALBASE%%/lib/X11/rgb.txt"
#else /* X11 */
#ifdef OPENWIN
#define RGBTXT "/usr/openwin/lib/rgb.txt"
|