[27435] trunk/dports/cross/arm-iphone-runtime/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 3 18:45:21 PDT 2007


Revision: 27435
          http://trac.macosforge.org/projects/macports/changeset/27435
Author:   landonf at macports.org
Date:     2007-08-03 18:45:20 -0700 (Fri, 03 Aug 2007)

Log Message:
-----------
Fix library installation

Modified Paths:
--------------
    trunk/dports/cross/arm-iphone-runtime/Portfile

Modified: trunk/dports/cross/arm-iphone-runtime/Portfile
===================================================================
--- trunk/dports/cross/arm-iphone-runtime/Portfile	2007-08-03 22:30:21 UTC (rev 27434)
+++ trunk/dports/cross/arm-iphone-runtime/Portfile	2007-08-04 01:45:20 UTC (rev 27435)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name			arm-iphone-runtime
 version			r93
+revision		1
 categories		iphone
 maintainers		landonf at macports.org openmaintainer at macports.org
 description		Free iPhone C runtime, headers and libraries.
@@ -27,4 +28,8 @@
 
 build.args		DESTDIR=${destroot}
 
+pre-build {
+	file mkdir ${destroot}/${iphone_prefix}/lib
+}
+
 destroot {}

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


More information about the macports-changes mailing list