From 8119898cc8f30df98f7e381c7cbef78677e842de Mon Sep 17 00:00:00 2001 From: milisbir Date: Mon, 16 Apr 2018 02:30:40 +0300 Subject: [PATCH] ocaml-kutuphaneleri --- talimatname/genel/z/zarith/talimat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talimatname/genel/z/zarith/talimat b/talimatname/genel/z/zarith/talimat index 1cc73d336..272b42db2 100644 --- a/talimatname/genel/z/zarith/talimat +++ b/talimatname/genel/z/zarith/talimat @@ -17,5 +17,5 @@ derle() { make mkdir -p "${PKG}/usr/lib/ocaml" - OCAMLFIND_LDCONF=ignore make install + make OCAMLFIND_DESTDIR="${PKG}$(ocamlfind printconf destdir)" install }