From: Samuel Mimram Date: Fri, 26 May 2006 13:14:49 +0000 (+0000) Subject: typo. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~641^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c89895b6bfb4b602a01a8733284c9ce470f0669c;p=ocaml.git typo. --- diff --git a/chapter-libpack.xml b/chapter-libpack.xml index 3a8af2c8..81457daf 100644 --- a/chapter-libpack.xml +++ b/chapter-libpack.xml @@ -2,7 +2,7 @@ Paths for libraries - Libraries should be installed in /usr/local/lib/ocaml/&ocaml-version;/ or in a subdirectory of this directory. This includes in particular bytecode libraries (*.cma), native libraries (*.cmxa), bytecode object files (*.cmo), native object files (*.cmx), static libraries (*.a) and META files. The only exception to this rule is for shared libraries (dll*.so) which should be installed in /usr/local/lib/ocaml/&ocaml-version;/stublibs, as can it be seen in the /usr/lib/ocaml/&ocaml-version;/ld.conf file. + Libraries should be installed in /usr/local/lib/ocaml/&ocaml-version;/ or in a subdirectory of this directory. This includes in particular bytecode libraries (*.cma), native libraries (*.cmxa), bytecode object files (*.cmo), native object files (*.cmx), static libraries (*.a) and META files. The only exception to this rule is for shared libraries (dll*.so) which should be installed in /usr/local/lib/ocaml/&ocaml-version;/stublibs, as can it be seen in the /usr/lib/ocaml/&ocaml-version;/ld.conf file.