[32657] trunk/dports/lang/Io/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 10 04:59:02 PST 2008


Revision: 32657
          http://trac.macosforge.org/projects/macports/changeset/32657
Author:   ryandesign at macports.org
Date:     2008-01-10 04:58:55 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
Io: don't use deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/lang/Io/Portfile

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2008-01-10 12:52:05 UTC (rev 32656)
+++ trunk/dports/lang/Io/Portfile	2008-01-10 12:58:55 UTC (rev 32657)
@@ -24,8 +24,7 @@
 
 use_configure   no
 pre-build {
-    cd ${worksrcpath}
-    system make
+    system "cd ${worksrcpath} && make"
 }
 build.type      pbx
 build.target    -project osxvm.xcodeproj -target osxvm

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


More information about the macports-changes mailing list