[28092] trunk/dports/cross/arm-apple-darwin-binutils/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 20 07:58:12 PDT 2007
Revision: 28092
http://trac.macosforge.org/projects/macports/changeset/28092
Author: landonf at macports.org
Date: 2007-08-20 07:58:11 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
Fix the destroot reference again. Yeesh
Modified Paths:
--------------
trunk/dports/cross/arm-apple-darwin-binutils/Portfile
Modified: trunk/dports/cross/arm-apple-darwin-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-apple-darwin-binutils/Portfile 2007-08-20 14:48:10 UTC (rev 28091)
+++ trunk/dports/cross/arm-apple-darwin-binutils/Portfile 2007-08-20 14:58:11 UTC (rev 28092)
@@ -50,7 +50,7 @@
destroot {
# Install missing binaries
xinstall -m 755 ${worksrcpath}/cctools/ar/ar.NEW ${destroot}/${iphone_prefix}/bin/arm-apple-darwin-ar
- system "cd ${iphone_prefix}/bin && ln -s arm-apple-darwin-libtool arm-apple-darwin-ranlib"
+ system "cd ${destroot}/${iphone_prefix}/bin && ln -s arm-apple-darwin-libtool arm-apple-darwin-ranlib"
# Make the binaries externally visible.
system "cd ${destroot}/${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ld ./"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070820/d136ca3a/attachment.html
More information about the macports-changes
mailing list