From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaJmE-0000JR-78 for guix-patches@gnu.org; Sat, 13 Jan 2018 06:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eaJmB-0007TO-25 for guix-patches@gnu.org; Sat, 13 Jan 2018 06:15:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eaJmA-0007TE-Tw for guix-patches@gnu.org; Sat, 13 Jan 2018 06:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eaJmA-0008Ib-O1 for guix-patches@gnu.org; Sat, 13 Jan 2018 06:15:02 -0500 Subject: [bug#30096] [PATCH 1/6] gnu: ocaml-findlib-1.7.3: Fix install. References: <87lgh2uigo.fsf@gmail.com> In-Reply-To: <87lgh2uigo.fsf@gmail.com> Resent-Message-ID: From: Peter Kreye Date: Sat, 13 Jan 2018 05:14:18 -0600 Message-ID: <87k1wmui2d.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30096@debbugs.gnu.org User-agent: mu4e 0.9.18; emacs 25.3.1 * gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): install topfind to lib/ocaml/site/lib --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index eab84c698..e70316cd7 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -918,7 +918,7 @@ compilers that can directly deal with packages.") (let ((out (assoc-ref outputs "out"))) (zero? (system* "make" "install" (string-append "OCAML_CORE_STDLIB=" - out)))))))))))) + out "/lib/ocaml/site-lib")))))))))))) (define-public ocaml4.01-findlib (package -- 2.14.2