blob: a94cc77ae79402192118bcf3362c6b472ced9b23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setstate.c.orig 1997-05-12 14:42:06 UTC
+++ setstate.c
@@ -509,7 +509,7 @@ void assign_help_files()
}
if(found_label == FALSE)
- strcpy(help_location,"/usr/local/xldlas/help/");
+ strcpy(help_location, PREFIX "/share/xldlas/help/");
strcpy(searcher,"test -r ");
strcat(searcher, help_location);
strcat(searcher,"general.help");
|