File: tfm-html.patch

package info (click to toggle)
emboss 6.6.0%2Bdfsg-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572,632 kB
  • sloc: ansic: 460,579; java: 29,383; perl: 13,573; sh: 12,753; makefile: 3,293; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (14 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (7)
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))