aboutsummaryrefslogtreecommitdiff
path: root/math/xldlas/files/patch-ab
blob: a710ec8938becb50b057090ffeba26cf3f4ef1da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** setstate.c.orig	Mon May 12 10:42:06 1997
--- setstate.c	Mon Apr 27 01:10:29 1998
***************
*** 509,515 ****
  	}
  	
  	if(found_label == FALSE)
! 		strcpy(help_location,"/usr/local/xldlas/help/");
  	strcpy(searcher,"test -r ");
  	strcat(searcher, help_location);
  	strcat(searcher,"general.help");
--- 509,515 ----
  	}
  	
  	if(found_label == FALSE)
! 		strcpy(help_location, PREFIX "/share/xldlas/help/");
  	strcpy(searcher,"test -r ");
  	strcat(searcher, help_location);
  	strcat(searcher,"general.help");