diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 05:25:02 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-27 05:25:02 +0000 |
commit | 3b7e6d1084f7779487fae03266ea36bc464a9586 (patch) | |
tree | e011c2088ea81175cbbb3f5363d588f5fb16e07b /math/xldlas/files/patch-ab | |
parent | 33c3bcb350d0e90a1ff26cb763fa2cae6f1eea02 (diff) |
Notes
Diffstat (limited to 'math/xldlas/files/patch-ab')
-rw-r--r-- | math/xldlas/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/xldlas/files/patch-ab b/math/xldlas/files/patch-ab new file mode 100644 index 000000000000..a710ec8938be --- /dev/null +++ b/math/xldlas/files/patch-ab @@ -0,0 +1,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"); |