[38738] trunk/dports/devel/caml-ocamlnet/Portfile

landonf at macports.org landonf at macports.org
Tue Jul 29 16:36:15 PDT 2008


Revision: 38738
          http://trac.macosforge.org/projects/macports/changeset/38738
Author:   landonf at macports.org
Date:     2008-07-29 16:36:15 -0700 (Tue, 29 Jul 2008)
Log Message:
-----------
Ensure that findlib doesn't write to ld.conf outside the destroot

Modified Paths:
--------------
    trunk/dports/devel/caml-ocamlnet/Portfile

Modified: trunk/dports/devel/caml-ocamlnet/Portfile
===================================================================
--- trunk/dports/devel/caml-ocamlnet/Portfile	2008-07-29 23:24:57 UTC (rev 38737)
+++ trunk/dports/devel/caml-ocamlnet/Portfile	2008-07-29 23:36:15 UTC (rev 38738)
@@ -43,7 +43,7 @@
 
 pre-destroot {
     set ocaml_site_path [exec ocamlfind printconf destdir]
-    file mkdir ${destroot}/${ocaml_site_path}
+    file mkdir ${destroot}/${ocaml_site_path}/stublibs
 }
 
 destroot.env        DESTDIR="${destroot}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080729/8576d765/attachment.html 


More information about the macports-changes mailing list