9e1df587ef
Fix install path /usr/X11R6 -> /usr/local
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
--- resource.h.orig Sun Jul 14 19:49:07 1996
|
|
+++ resource.h Sun Apr 9 18:35:52 2000
|
|
@@ -63,7 +63,7 @@ STATIC XtResource resources[] = {
|
|
XmcdNhelpPath, XmcdCHelpPath,
|
|
XmRString, sizeof(String),
|
|
XtOffsetOf(appdata_t, helppath), XmRImmediate,
|
|
- (XtPointer) "/usr/lib/X11/xmmix.hlp",
|
|
+ (XtPointer) "/usr/local/lib/X11/xmmix.hlp",
|
|
},
|
|
{
|
|
XmcdNautoLoadOnStartUp, XmcdCAutoLoadOnStartUp,
|