[28084] trunk/dports/cross/arm-apple-darwin-binutils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 20 00:15:29 PDT 2007


Revision: 28084
          http://trac.macosforge.org/projects/macports/changeset/28084
Author:   landonf at macports.org
Date:     2007-08-20 00:15:28 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
Fix the destroot reference

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 06:36:30 UTC (rev 28083)
+++ trunk/dports/cross/arm-apple-darwin-binutils/Portfile	2007-08-20 07:15:28 UTC (rev 28084)
@@ -49,7 +49,7 @@
 
 destroot {
 	# Install missing binaries
-	xinstall -m 755 ${worksrcpath}/cctools/ar/ar.NEW ${iphone_prefix}/bin/arm-apple-darwin-ar
+	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"
 
 	# Make the binaries externally visible.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070820/3fd0dd45/attachment.html


More information about the macports-changes mailing list