From c89895b6bfb4b602a01a8733284c9ce470f0669c Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 26 May 2006 13:14:49 +0000 Subject: [PATCH] typo. --- chapter-libpack.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2