Package: tuareg-mode / 1:2.1.0-2

ocaml-path Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Ralf Treinen <treinen@debian.org>
Description: fix path of ocaml libraries to conform with debian 

Index: tuareg-mode/tuareg.el
===================================================================
--- tuareg-mode.orig/tuareg.el	2017-11-22 21:10:18.131827060 +0100
+++ tuareg-mode/tuareg.el	2017-11-22 21:10:18.127827042 +0100
@@ -312,7 +312,7 @@
 Valid names are `browse-url', `browse-url-firefox', etc."
   :group 'tuareg)
 
-(defcustom tuareg-library-path "/usr/local/lib/ocaml/"
+(defcustom tuareg-library-path "/usr/lib/ocaml/"
   "*Path to the OCaml library."
   :group 'tuareg :type 'string)