File: ocaml-path

package info (click to toggle)
tuareg-mode 1%3A2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 588 kB
  • sloc: lisp: 6,568; ml: 2,118; makefile: 99; sh: 15
file content (16 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
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)