File: debianize-fhs

package info (click to toggle)
yatex 1.82-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,072 kB
  • sloc: lisp: 15,155; makefile: 194; ruby: 92; sh: 76
file content (17 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix info path to be compliant with FHS.
Origin:      vendor
Author:      Junichi Uekawa <dancer@debian.org>

Index: yatex/yatexhlp.el
===================================================================
--- yatex.orig/yatexhlp.el	2012-02-11 23:26:52.680555558 +0900
+++ yatex/yatexhlp.el	2012-02-11 23:27:05.620619724 +0900
@@ -14,7 +14,7 @@
 	((string-match "\\.app/" doc-directory)	;For Emacs.app(Darwin)
 	 (expand-file-name "../site-lisp/yatex" doc-directory))
 	(YaTeX-emacs-19
-	 (expand-file-name "../../site-lisp/yatex" doc-directory))
+	 (expand-file-name "/usr/share/emacs/site-lisp/yatex" doc-directory))
 	(t exec-directory))))
   (defvar YaTeX-help-file
     (expand-file-name help-file help-dir)