pkgsrc/math/xldlas/patches/patch-ab
1998-10-03 20:37:01 +00:00

21 lines
590 B
Text

$NetBSD: patch-ab,v 1.1.1.1 1998/10/03 20:37:02 frueauf Exp $
*** 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");