1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Author: Charles Plessy
Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2877960&group_id=93650&atid=605031
Description: Corrects the name of the directory where tfm looks for HTML documentation.
--- a/emboss/tfm.c
+++ b/emboss/tfm.c
@@ -231,7 +231,7 @@ static void tfm_FindAppDocRoot(const AjP
** if that didn't work then try the doc directory from the
** distribution tarball
*/
- ajStrAssignS(docroot, ajNamValueBasedir());
+ ajStrAssignS(docroot, ajNamValueRootdir());
ajDirnameFix(docroot);
if(ajStrGetLen(embassy))
|