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	2012-05-28 21:24:46.000000000 +0200
+++ tuareg-mode/tuareg.el	2012-05-28 21:25:46.000000000 +0200
@@ -441,7 +441,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)
 
