Revision
91496
Author
jeremyhu@macports.org
Date
2012-04-03 11:00:38 -0700 (Tue, 03 Apr 2012)

Log Message

ld64: mkdir doesn't need -p

Modified Paths

Diff

Modified: trunk/dports/devel/ld64/Portfile (91495 => 91496)


--- 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} {