[29030] trunk/dports/devel/libsdl_gfx-framework/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 13 06:38:23 PDT 2007


Revision: 29030
          http://trac.macosforge.org/projects/macports/changeset/29030
Author:   nox at macports.org
Date:     2007-09-13 06:38:23 -0700 (Thu, 13 Sep 2007)

Log Message:
-----------
libsdl_gfx-framework: Removed cd call.

Modified Paths:
--------------
    trunk/dports/devel/libsdl_gfx-framework/Portfile

Modified: trunk/dports/devel/libsdl_gfx-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx-framework/Portfile	2007-09-13 13:36:20 UTC (rev 29029)
+++ trunk/dports/devel/libsdl_gfx-framework/Portfile	2007-09-13 13:38:23 UTC (rev 29030)
@@ -38,9 +38,9 @@
 #configure		{}
 
 post-extract {
-    cd ${worksrcpath}
-    system "unzip \"Other Builds/OSX-PB-Xcode.zip\""
-    system "tar -x PB/English.lproj --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
+    system "cd ${worksrcpath} && unzip \"Other Builds/OSX-PB-Xcode.zip\""
+    system "cd ${worksrcpath} && \
+        tar -x PB/English.lproj --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
 }
 
 post-patch {

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


More information about the macports-changes mailing list