[91496] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 3 11:00:39 PDT 2012


Revision: 91496
          https://trac.macports.org/changeset/91496
Author:   jeremyhu at macports.org
Date:     2012-04-03 11:00:38 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
ld64: mkdir doesn't need -p

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2012-04-03 17:14:26 UTC (rev 91495)
+++ trunk/dports/devel/ld64/Portfile	2012-04-03 18:00:38 UTC (rev 91496)
@@ -68,7 +68,7 @@
 
     # ${prefix}/bin/ld will always use the llvm we built against
     # ${prefix}/libexec/ld64/ld uses relative linking for use with the llvm ports
-    file mkdir -p ${destroot}${prefix}/libexec/ld64
+    file mkdir ${destroot}${prefix}/libexec/ld64
     file copy ${destroot}${prefix}/bin/ld ${destroot}${prefix}/libexec/ld64/ld
 
     if {${os.major} >= 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/03f225dd/attachment.html>


More information about the macports-changes mailing list